Skip to content

Commit 24ea116

Browse files
authored
Update Cargo.toml
1 parent eb0b9b9 commit 24ea116

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
@@ -122,7 +122,7 @@ serde = { version = "^1.0.190", optional = true, features = ["derive"] }
122122
ntapi = { version = "0.4", optional = true }
123123
# Support a range of versions in order to avoid duplication of this crate. Make sure to test all
124124
# versions when bumping to a new release, and only increase the minimum when absolutely necessary.
125-
windows = { version = ">=0.59, <=0.61.1", optional = true }
125+
windows = { version = ">=0.59, <=0.62", optional = true }
126126

127127
[target.'cfg(not(any(target_os = "unknown", target_arch = "wasm32")))'.dependencies]
128128
libc = "^0.2.171"

0 commit comments

Comments
 (0)