Skip to content

Commit 023171b

Browse files
committed
Further "bisection"
1 parent 9151503 commit 023171b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21552155
[[package]]
21562156
name = "libc"
21572157
version = "0.2.153"
2158-
source = "git+https://github.com/rust-lang/libc.git?rev=947a1855124bdd13029d322ae6ab2b4f0451db9b#947a1855124bdd13029d322ae6ab2b4f0451db9b"
2158+
source = "git+https://github.com/rust-lang/libc.git?rev=7ab4d52ba42f5e60321b6ee66c7746671aab1d47#7ab4d52ba42f5e60321b6ee66c7746671aab1d47"
21592159
dependencies = [
21602160
"rustc-std-workspace-core",
21612161
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "947a1855124bdd13029d322ae6ab2b4f0451db9b" }
114+
libc = { git = "https://github.com/rust-lang/libc.git", rev = "7ab4d52ba42f5e60321b6ee66c7746671aab1d47" }

0 commit comments

Comments
 (0)