Skip to content

Commit fa7afa1

Browse files
authored
Remove libc pin message (#16182)
This was resolved via #16044, but this message wasn't removed at the time.
2 parents 598878b + bc609cc commit fa7afa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.34"
6666
lazycell = "1.3.0"
67-
libc = "0.2.174" # Please ensure in lockfile it stays as 0.2.174 until bytecodealliance/rustix#1496 resolved
67+
libc = "0.2.174"
6868
libgit2-sys = "0.18.2"
6969
libloading = "0.8.9"
7070
memchr = "2.7.6"

0 commit comments

Comments
 (0)