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:
Felix S. Klock II 2018-12-06 14:41:06 +01:00
parent ae3833db3b
commit 8b67eb8116

View File

@ -16,7 +16,7 @@ num_cpus = "1.0"
rustc-demangle = "0.1.4"
memmap = "0.6"
log = "0.4.5"
libc = "0.2.43"
libc = "0.2.44"
jobserver = "0.1.11"
serialize = { path = "../libserialize" }