mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
Increase required version for crates.io libc
to get fix from PR rust-lang/libc#1057.
Part of issue #55465
This commit is contained in:
parent
ae3833db3b
commit
8b67eb8116
@ -16,7 +16,7 @@ num_cpus = "1.0"
|
|||||||
rustc-demangle = "0.1.4"
|
rustc-demangle = "0.1.4"
|
||||||
memmap = "0.6"
|
memmap = "0.6"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
libc = "0.2.43"
|
libc = "0.2.44"
|
||||||
jobserver = "0.1.11"
|
jobserver = "0.1.11"
|
||||||
|
|
||||||
serialize = { path = "../libserialize" }
|
serialize = { path = "../libserialize" }
|
||||||
|
Loading…
Reference in New Issue
Block a user