Skip to content

Commit

Permalink
Merge pull request #18 from kumavale/build/update_win
Browse files Browse the repository at this point in the history
update windows version
  • Loading branch information
kumavale authored Dec 31, 2024
2 parents 88f8624 + 5fb036e commit 4c1917a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
version = "0.3.9"
features = [
"consoleapi",
"handleapi",
Expand All @@ -21,7 +21,7 @@ features = [
"winuser",
]
[target.'cfg(windows)'.dependencies]
libc = "0.2"
libc = "0.2.169"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.29.0", features = ["term"] }

0 comments on commit 4c1917a

Please sign in to comment.