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 1b507da commit ac312f3Copy full SHA for ac312f3
crates/snapbox/Cargo.toml
@@ -93,7 +93,7 @@ serde = { version = "1.0.198", optional = true }
93
regex = { version = "1.10.4", optional = true, default-features = false, features = ["std"] }
94
95
[target.'cfg(windows)'.dependencies]
96
-windows-sys = { version = "0.60.0", features = ["Win32_Foundation"], optional = true }
+windows-sys = { version = "0.61.0", features = ["Win32_Foundation"], optional = true }
97
98
[target.'cfg(unix)'.dependencies]
99
libc = { version = "0.2.137", optional = true }
0 commit comments