File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2186,9 +2186,8 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2186
2186
2187
2187
[[package ]]
2188
2188
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"
2192
2191
dependencies = [
2193
2192
" rustc-std-workspace-core" ,
2194
2193
]
Original file line number Diff line number Diff line change @@ -111,3 +111,4 @@ strip = true
111
111
rustc-std-workspace-core = { path = ' library/rustc-std-workspace-core' }
112
112
rustc-std-workspace-alloc = { path = ' library/rustc-std-workspace-alloc' }
113
113
rustc-std-workspace-std = { path = ' library/rustc-std-workspace-std' }
114
+ libc = { git = " https://github.com/rust-lang/libc.git" , branch = " libc-0.2" }
You can’t perform that action at this time.
0 commit comments