Skip to content

Commit 58b6705

Browse files
committed
Use existing fix
1 parent d6a15a7 commit 58b6705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21542154

21552155
[[package]]
21562156
name = "libc"
2157-
version = "0.2.154"
2158-
source = "git+https://github.com/madsmtm/libc.git?rev=4f89324b7f442afce6a1f6ffd9b3695e83de2c50#4f89324b7f442afce6a1f6ffd9b3695e83de2c50"
2157+
version = "0.2.153"
2158+
source = "git+https://github.com/ferrocene/upstream-libc.git?branch=ja-gh3608#fb31f88886a272e6e5b18ea00f2784edf5f94147"
21592159
dependencies = [
21602160
"rustc-std-workspace-core",
21612161
]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ strip = true
111111
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
112112
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
113113
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
114-
libc = { git = "https://github.com/madsmtm/libc.git", rev = "4f89324b7f442afce6a1f6ffd9b3695e83de2c50" }
114+
libc = { git = "https://github.com/ferrocene/upstream-libc.git", branch = "ja-gh3608" }

0 commit comments

Comments
 (0)