Skip to content

Commit

Permalink
Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=…
Browse files Browse the repository at this point in the history
…alexcrichton

Update libc version required by rustc

This is meant to be an easy-to-backport fix for #55465
  • Loading branch information
kennytm committed Dec 13, 2018
2 parents d979632 + 8b67eb8 commit 055e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_ssa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 055e288

Please sign in to comment.