mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Update bootstrap libc to 0.2.150
Version 0.2.150 include support for the new check-cfg syntax
This commit is contained in:
parent
7be0546bd1
commit
801bc561bc
@ -370,9 +370,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.149"
|
||||
version = "0.2.150"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
||||
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
|
@ -42,7 +42,7 @@ filetime = "0.2"
|
||||
hex = "0.4"
|
||||
home = "0.5.4"
|
||||
ignore = "0.4.10"
|
||||
libc = "0.2"
|
||||
libc = "0.2.150"
|
||||
object = { version = "0.32.0", default-features = false, features = ["archive", "coff", "read_core", "unaligned"] }
|
||||
once_cell = "1.7.2"
|
||||
opener = "0.5"
|
||||
|
Loading…
Reference in New Issue
Block a user