Skip to content

Commit cdd99ca

Browse files
SergioGasquezgitbot
authored and
gitbot
committed
build: Update libc version
1 parent 8ecdb3e commit cdd99ca

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
@@ -34,7 +34,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
3434
addr2line = { version = "0.22.0", optional = true, default-features = false }
3535

3636
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
37-
libc = { version = "0.2.167", default-features = false, features = [
37+
libc = { version = "0.2.169", default-features = false, features = [
3838
'rustc-dep-of-std',
3939
], public = true }
4040

0 commit comments

Comments
 (0)