diff --git a/Cargo.lock b/Cargo.lock index a6648f11e928b..12d9b6a670438 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,7 +2152,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" [[package]] name = "libc" version = "0.2.151" -source = "git+https://github.com/rylev/rust-libc?rev=fc437f39b197e7713ca91f1385e4b309b3e9a820#fc437f39b197e7713ca91f1385e4b309b3e9a820" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" dependencies = [ "rustc-std-workspace-core", ] diff --git a/Cargo.toml b/Cargo.toml index 7454609fc7bde..9b11ae8744b4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,8 +105,6 @@ miniz_oxide.debug = 0 object.debug = 0 [patch.crates-io] -libc = { git = "https://github.com/rylev/rust-libc", rev = "fc437f39b197e7713ca91f1385e4b309b3e9a820" } - # See comments in `library/rustc-std-workspace-core/README.md` for what's going on # here rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }