We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5a277 commit 28bca67Copy full SHA for 28bca67
library/std/Cargo.toml
@@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
16
panic_unwind = { path = "../panic_unwind", optional = true }
17
panic_abort = { path = "../panic_abort" }
18
core = { path = "../core" }
19
-libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.74", default-features = false, features = ['rustc-dep-of-std'] }
20
compiler_builtins = { version = "0.1.32" }
21
profiler_builtins = { path = "../profiler_builtins", optional = true }
22
unwind = { path = "../unwind" }
0 commit comments