Skip to content

Commit 72dabb4

Browse files
committed
chore: downgrade to [email protected]
There is incompatibility between [email protected] and [email protected] that leads to compilation errors. See * bytecodealliance/rustix#1496 * rust-lang/rust#145478 (comment)
1 parent e04e0b6 commit 72dabb4

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)