Skip to content

Commit d6a15a7

Browse files
committed
Attempt fix
1 parent 023171b commit d6a15a7

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.153"
2158-
source = "git+https://github.com/rust-lang/libc.git?rev=7ab4d52ba42f5e60321b6ee66c7746671aab1d47#7ab4d52ba42f5e60321b6ee66c7746671aab1d47"
2157+
version = "0.2.154"
2158+
source = "git+https://github.com/madsmtm/libc.git?rev=4f89324b7f442afce6a1f6ffd9b3695e83de2c50#4f89324b7f442afce6a1f6ffd9b3695e83de2c50"
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/rust-lang/libc.git", rev = "7ab4d52ba42f5e60321b6ee66c7746671aab1d47" }
114+
libc = { git = "https://github.com/madsmtm/libc.git", rev = "4f89324b7f442afce6a1f6ffd9b3695e83de2c50" }

0 commit comments

Comments
 (0)