We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c0fbc commit 757a8b0Copy full SHA for 757a8b0
Cargo.toml
@@ -50,10 +50,10 @@ wasm-bindgen = { version = "0.2", optional = true }
50
js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API
51
52
[target.'cfg(windows)'.dependencies]
53
-windows-link = { version = "0.1", optional = true }
+windows-link = { version = "0.2", optional = true }
54
55
[target.'cfg(windows)'.dev-dependencies]
56
-windows-bindgen = { version = "0.62" } # MSRV is 1.74
+windows-bindgen = { version = "0.63" } # MSRV is 1.74
57
58
[target.'cfg(unix)'.dependencies]
59
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }
0 commit comments