Skip to content

Commit 757a8b0

Browse files
committed
Upgrade to windows-bindgen 0.63
1 parent 78c0fbc commit 757a8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ wasm-bindgen = { version = "0.2", optional = true }
5050
js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API
5151

5252
[target.'cfg(windows)'.dependencies]
53-
windows-link = { version = "0.1", optional = true }
53+
windows-link = { version = "0.2", optional = true }
5454

5555
[target.'cfg(windows)'.dev-dependencies]
56-
windows-bindgen = { version = "0.62" } # MSRV is 1.74
56+
windows-bindgen = { version = "0.63" } # MSRV is 1.74
5757

5858
[target.'cfg(unix)'.dependencies]
5959
iana-time-zone = { version = "0.1.45", optional = true, features = ["fallback"] }

0 commit comments

Comments
 (0)