Skip to content

Commit 8b67eb8

Browse files
committed
Increase required version for crates.io libc to get fix from PR rust-lang/libc#1057.
Part of issue rust-lang#55465
1 parent ae3833d commit 8b67eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ num_cpus = "1.0"
1616
rustc-demangle = "0.1.4"
1717
memmap = "0.6"
1818
log = "0.4.5"
19-
libc = "0.2.43"
19+
libc = "0.2.44"
2020
jobserver = "0.1.11"
2121

2222
serialize = { path = "../libserialize" }

0 commit comments

Comments
 (0)