Skip to content

Commit da55812

Browse files
committed
"Bisect" libc using Rust CI...
1 parent e8b4fa6 commit da55812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,9 +2154,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21542154

21552155
[[package]]
21562156
name = "libc"
2157-
version = "0.2.154"
2158-
source = "registry+https://github.com/rust-lang/crates.io-index"
2159-
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2157+
version = "0.2.153"
2158+
source = "git+https://github.com/rust-lang/libc.git?rev=e4a9cbc27b4638898b8e02a14afb9ca5c0f07809#e4a9cbc27b4638898b8e02a14afb9ca5c0f07809"
21602159
dependencies = [
21612160
"rustc-std-workspace-core",
21622161
]

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +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 = "e4a9cbc27b4638898b8e02a14afb9ca5c0f07809" }

0 commit comments

Comments
 (0)