Skip to content

Commit a03e43b

Browse files
committed
Upgrade windows-bindgen to 0.66
1 parent 4fedaba commit a03e43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_json = { version = "1" }
6262
serde_derive = { version = "1", default-features = false }
6363
similar-asserts = { version = "1.6.1" }
6464
bincode = { version = "1.3.0" }
65-
windows-bindgen = { version = "0.65" } # MSRV is 1.74
65+
windows-bindgen = { version = "0.66" } # MSRV is 1.74
6666

6767
[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies]
6868
wasm-bindgen-test = "0.3"

0 commit comments

Comments
 (0)