diff options
| author | David Carlier <devnexen@gmail.com> | 2024-10-03 22:44:14 +0100 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2024-10-03 22:44:14 +0100 |
| commit | 65532e71131869fac507e5791b7e49cb5d4cfe93 (patch) | |
| tree | e6b729a05cc20c534e95d0aea41d0dc58eedf94f | |
| parent | 82b4d0d8aa9e1da2c9df3701bc970cb46b00778e (diff) | |
| download | rust-65532e71131869fac507e5791b7e49cb5d4cfe93.tar.gz rust-65532e71131869fac507e5791b7e49cb5d4cfe93.zip | |
update libc version
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index 63c65b8ef39..aed3ca80d26 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -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 } |
