Skip to content

Commit 28bca67

Browse files
Bump std's libc version to 0.2.74
1 parent 8e5a277 commit 28bca67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1616
panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
19-
libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of-std'] }
19+
libc = { version = "0.2.74", default-features = false, features = ['rustc-dep-of-std'] }
2020
compiler_builtins = { version = "0.1.32" }
2121
profiler_builtins = { path = "../profiler_builtins", optional = true }
2222
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)