diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-12-06 14:41:06 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-12-12 16:19:45 +0100 |
| commit | 8b67eb8116ead5e87a8f799ac3663c0697eb3194 (patch) | |
| tree | 7c8768f2c46e0f268796beb9beea330669ae2d0a /src/librustc_codegen_ssa | |
| parent | ae3833db3b0acd5d7f06cad333e61e21e39be295 (diff) | |
| download | rust-8b67eb8116ead5e87a8f799ac3663c0697eb3194.tar.gz rust-8b67eb8116ead5e87a8f799ac3663c0697eb3194.zip | |
Increase required version for crates.io `libc` to get fix from PR rust-lang/libc#1057.
Part of issue #55465
Diffstat (limited to 'src/librustc_codegen_ssa')
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 2 |
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" } |
