1
Fork 0

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
This commit is contained in:
kennytm 2018-12-14 22:11:39 +08:00
commit e065de2ea8
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

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" }