Skip to content

Commit 54a7b4f

Browse files
authored
Rollup merge of rust-lang#140081 - Berrysoft:update-libc-172, r=tgross35
Update `libc` to 0.2.172 r? ````@joboet````
2 parents 98e2a42 + 19a9fe5 commit 54a7b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ miniz_oxide = { version = "0.8.0", optional = true, default-features = false }
3535
addr2line = { version = "0.24.0", optional = true, default-features = false }
3636

3737
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
38-
libc = { version = "0.2.171", default-features = false, features = [
38+
libc = { version = "0.2.172", default-features = false, features = [
3939
'rustc-dep-of-std',
4040
], public = true }
4141

0 commit comments

Comments
 (0)