Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ itertools = "0.14.0"
jiff = { version = "0.2.15", default-features = false, features = [ "std" ] }
jobserver = "0.1.34"
lazycell = "1.3.0"
libc = "0.2.174" # Please ensure in lockfile it stays as 0.2.174 until bytecodealliance/rustix#1496 resolved
libc = "0.2.174"
libgit2-sys = "0.18.2"
libloading = "0.8.9"
memchr = "2.7.6"
Expand Down