Skip to content

Commit 0642b4a

Browse files
committed
Remove libc patch
Signed-off-by: Ryan Levick <[email protected]>
1 parent 8ff4fc3 commit 0642b4a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21522152
[[package]]
21532153
name = "libc"
21542154
version = "0.2.151"
2155-
source = "git+https://github.com/rylev/rust-libc?rev=fc437f39b197e7713ca91f1385e4b309b3e9a820#fc437f39b197e7713ca91f1385e4b309b3e9a820"
2155+
source = "registry+https://github.com/rust-lang/crates.io-index"
2156+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
21562157
dependencies = [
21572158
"rustc-std-workspace-core",
21582159
]

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ miniz_oxide.debug = 0
105105
object.debug = 0
106106

107107
[patch.crates-io]
108-
libc = { git = "https://github.com/rylev/rust-libc", rev = "fc437f39b197e7713ca91f1385e4b309b3e9a820" }
109-
110108
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
111109
# here
112110
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }

0 commit comments

Comments
 (0)