about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-12-14 22:11:39 +0800
committerkennytm <kennytm@gmail.com>2018-12-14 22:17:54 +0800
commite065de2ea88430c55b824f5f280c965e1230762b (patch)
treeedcae74d543473d5ebfb28176c28f5a6c15981e6 /src
parent3397b79868cdbfa87b55fef77176a8e8084f04d9 (diff)
parent8b67eb8116ead5e87a8f799ac3663c0697eb3194 (diff)
downloadrust-e065de2ea88430c55b824f5f280c965e1230762b.tar.gz
rust-e065de2ea88430c55b824f5f280c965e1230762b.zip
Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcrichton
Update libc version required by rustc

This is meant to be an easy-to-backport fix for #55465
Diffstat (limited to 'src')
-rw-r--r--src/librustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }