Skip to content

Commit cb9a005

Browse files
committed
Further "bisection"
1 parent d104d2e commit cb9a005

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=ba73a3efea09dda8692b3606ab49098467ac54f3#ba73a3efea09dda8692b3606ab49098467ac54f3"
2158+
source = "git+https://github.com/rust-lang/libc.git?rev=16827f2cab309e509bf209dd7083bff50ecf52fd#16827f2cab309e509bf209dd7083bff50ecf52fd"
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 = "ba73a3efea09dda8692b3606ab49098467ac54f3" }
114+
libc = { git = "https://github.com/rust-lang/libc.git", rev = "16827f2cab309e509bf209dd7083bff50ecf52fd" }

0 commit comments

Comments
 (0)