From 8b67eb8116ead5e87a8f799ac3663c0697eb3194 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Thu, 6 Dec 2018 14:41:06 +0100 Subject: [PATCH] Increase required version for crates.io `libc` to get fix from PR rust-lang/libc#1057. Part of issue #55465 --- src/librustc_codegen_ssa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml index 7b1c7cfb56f..50994497c28 100644 --- a/src/librustc_codegen_ssa/Cargo.toml +++ b/src/librustc_codegen_ssa/Cargo.toml @@ -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" } -- 2.44.0