Upgrade windows-bindgen to 0.64

This commit is contained in:
Dirkjan Ochtman 2025-09-26 10:50:49 +02:00
parent 0f016846f1
commit 113777a22f

View File

@ -53,7 +53,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for
windows-link = { version = "0.2", optional = true }
[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.63" } # MSRV is 1.74
windows-bindgen = { version = "0.64" } # MSRV is 1.74
[target.'cfg(unix)'.dependencies]
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }