Skip to content

Commit 9c7bc45

Browse files
authored
chore: downgrade to [email protected] (#15851)
### What does this PR try to resolve? There is incompatibility between [email protected] and [email protected] that leads to compilation errors. See * bytecodealliance/rustix#1496 * rust-lang/rust#145478 (comment) ### How to test and review this PR? In rust-lang/rust, update the `src/tools/cargo` submodule accordingly, and run ``` cargo run --manifest-path src/ci/citool/Cargo.toml run-local dist-loongarch64-musl ``` With this downgrade it should compile.
2 parents eae8d0d + 72dabb4 commit 9c7bc45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ itertools = "0.14.0"
6464
jiff = { version = "0.2.15", default-features = false, features = [ "std" ] }
6565
jobserver = "0.1.33"
6666
lazycell = "1.3.0"
67-
libc = "0.2.175"
67+
libc = "0.2.174" # Please ensure in lockfile it stays as 0.2.174 until bytecodealliance/rustix#1496 resolved
6868
libgit2-sys = "0.18.2"
6969
libloading = "0.8.8"
7070
memchr = "2.7.5"

0 commit comments

Comments
 (0)