]> git.lizzy.rs Git - rust.git/commitdiff
Increase required version for crates.io `libc` to get fix from PR rust-lang/libc...
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 6 Dec 2018 13:41:06 +0000 (14:41 +0100)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 12 Dec 2018 15:19:45 +0000 (16:19 +0100)
Part of issue #55465

src/librustc_codegen_ssa/Cargo.toml

index 7b1c7cfb56f4cb19029a6e2970df866109574487..50994497c2843e62b32bbf3475e1f1702687773e 100644 (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" }