Skip to content

Commit 85e9d36

Browse files
committed
Update libc to 0.2.155
1 parent 872a856 commit 85e9d36

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
@@ -2186,9 +2186,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21862186

21872187
[[package]]
21882188
name = "libc"
2189-
version = "0.2.153"
2190-
source = "registry+https://github.com/rust-lang/crates.io-index"
2191-
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2189+
version = "0.2.154"
2190+
source = "git+https://github.com/rust-lang/libc.git?branch=libc-0.2#2918100b9c20073fc802b7cff2ece39d4d785804"
21922191
dependencies = [
21932192
"rustc-std-workspace-core",
21942193
]

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", branch = "libc-0.2" }

0 commit comments

Comments
 (0)