Skip to content

Commit

Permalink
Merge pull request #76 from uutils/renovate/libc-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate libc to 0.2.154
  • Loading branch information
cakebaker authored May 1, 2024
2 parents 712babc + 6e86d1d commit bf74fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
# spell-checker:ignore (crates) libc winapi (features) libloaderapi processthreadsapi sysinfoapi winbase winver

[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"
libc = "0.2.154"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] }
Expand Down

0 comments on commit bf74fd9

Please sign in to comment.