Skip to content

Commit 7b63125

Browse files
authored
Rollup merge of #84059 - zvirja:update-libc, r=JohnTitor
Bump libc dependency of std to 0.2.93 Update `libc` dependency of `std` to the latest version. That allows to consume the rust-lang/libc#2131 fix and fix build for the `mipsel-unknown-linux-uclibc` target. r? `@JohnTitor`
2 parents c905e9d + 63d6e32 commit 7b63125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,9 +1909,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
19091909

19101910
[[package]]
19111911
name = "libc"
1912-
version = "0.2.88"
1912+
version = "0.2.93"
19131913
source = "registry+https://github.com/rust-lang/crates.io-index"
1914-
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
1914+
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
19151915
dependencies = [
19161916
"rustc-std-workspace-core",
19171917
]

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1616
panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
19-
libc = { version = "0.2.88", default-features = false, features = ['rustc-dep-of-std'] }
19+
libc = { version = "0.2.93", default-features = false, features = ['rustc-dep-of-std'] }
2020
compiler_builtins = { version = "0.1.39" }
2121
profiler_builtins = { path = "../profiler_builtins", optional = true }
2222
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)