Skip to content

Commit 85f28cc

Browse files
committed
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
2 parents bc329f6 + 8b67eb8 commit 85f28cc

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)