We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a0e80 commit 251182cCopy full SHA for 251182c
std/Cargo.toml
@@ -15,7 +15,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
15
panic_unwind = { path = "../panic_unwind", optional = true }
16
panic_abort = { path = "../panic_abort" }
17
core = { path = "../core" }
18
-libc = { version = "0.2.126", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.135", default-features = false, features = ['rustc-dep-of-std'] }
19
compiler_builtins = { version = "0.1.73" }
20
profiler_builtins = { path = "../profiler_builtins", optional = true }
21
unwind = { path = "../unwind" }
0 commit comments