We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fedaba commit a03e43bCopy full SHA for a03e43b
Cargo.toml
@@ -62,7 +62,7 @@ serde_json = { version = "1" }
62
serde_derive = { version = "1", default-features = false }
63
similar-asserts = { version = "1.6.1" }
64
bincode = { version = "1.3.0" }
65
-windows-bindgen = { version = "0.65" } # MSRV is 1.74
+windows-bindgen = { version = "0.66" } # MSRV is 1.74
66
67
[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies]
68
wasm-bindgen-test = "0.3"
0 commit comments