Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10be973

Browse files
authoredMar 13, 2025
Rollup merge of #138356 - betrusted-io:bump-libc-0.2.171, r=jhpratt
bump libc to 0.2.171 to fix xous Due to a reorganization in the `libc` crate, the `xous` target broke with version `0.2.170`. Bump libc to `0.2.171` to fix nightly.
2 parents 419d913 + e185493 commit 10be973

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎library/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ dependencies = [
157157

158158
[[package]]
159159
name = "libc"
160-
version = "0.2.170"
160+
version = "0.2.171"
161161
source = "registry+https://github.com/rust-lang/crates.io-index"
162-
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
162+
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
163163
dependencies = [
164164
"rustc-std-workspace-core",
165165
]

‎library/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.170", default-features = false, features = [
38+
libc = { version = "0.2.171", default-features = false, features = [
3939
'rustc-dep-of-std',
4040
], public = true }
4141

0 commit comments

Comments
 (0)
Failed to load comments.