Skip to content

Commit c0e34d5

Browse files
committed
Update libc to 0.2.154
1 parent a743116 commit c0e34d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -2155,8 +2155,7 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21552155
[[package]]
21562156
name = "libc"
21572157
version = "0.2.153"
2158-
source = "registry+https://github.com/rust-lang/crates.io-index"
2159-
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2158+
source = "git+https://github.com/ferrocene/upstream-libc.git?branch=ja-gh3608#fb31f88886a272e6e5b18ea00f2784edf5f94147"
21602159
dependencies = [
21612160
"rustc-std-workspace-core",
21622161
]

Cargo.toml

+1
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/ferrocene/upstream-libc.git", branch = "ja-gh3608" }

0 commit comments

Comments
 (0)