Skip to content

Commit 6762d65

Browse files
kayabaNervebriansmith
authored andcommitted
windows-sys 0.52
Dependency bump which keeps in line with the rest of the ecosystem and intends to de-duplicates versions within users' trees.
1 parent f9c394d commit 6762d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spin = { version = "0.9.8", default-features = false, features = ["once"] }
182182
libc = { version = "0.2.148", default-features = false }
183183

184184
[target.'cfg(all(target_arch = "aarch64", target_os = "windows"))'.dependencies]
185-
windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading"] }
185+
windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_System_Threading"] }
186186

187187
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies]
188188
wasm-bindgen-test = { version = "0.3.37", default-features = false }

0 commit comments

Comments
 (0)