Skip to content

Commit

Permalink
update libc version
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Oct 3, 2024
1 parent 82b4d0d commit 65532e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
addr2line = { version = "0.22.0", optional = true, default-features = false }

[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
libc = { version = "0.2.156", default-features = false, features = [
libc = { version = "0.2.159", default-features = false, features = [
'rustc-dep-of-std',
], public = true }

Expand Down

0 comments on commit 65532e7

Please sign in to comment.