From bc609cc24487d8a830a5b411d1af349032b8ddd5 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 30 Oct 2025 19:16:09 -0700 Subject: [PATCH] Remove libc pin message This was resolved via https://github.com/rust-lang/cargo/pull/16044, but this message wasn't removed at the time. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd99a2800c..ae268ebefc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"