Skip to content

Commit 801bc56

Browse files
committed
Update bootstrap libc to 0.2.150
Version 0.2.150 include support for the new check-cfg syntax
1 parent 7be0546 commit 801bc56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bootstrap/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
370370

371371
[[package]]
372372
name = "libc"
373-
version = "0.2.149"
373+
version = "0.2.150"
374374
source = "registry+https://github.com/rust-lang/crates.io-index"
375-
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
375+
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
376376

377377
[[package]]
378378
name = "linux-raw-sys"

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ filetime = "0.2"
4242
hex = "0.4"
4343
home = "0.5.4"
4444
ignore = "0.4.10"
45-
libc = "0.2"
45+
libc = "0.2.150"
4646
object = { version = "0.32.0", default-features = false, features = ["archive", "coff", "read_core", "unaligned"] }
4747
once_cell = "1.7.2"
4848
opener = "0.5"

0 commit comments

Comments
 (0)