We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c993c commit c4f895fCopy full SHA for c4f895f
std/Cargo.toml
@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
17
panic_unwind = { path = "../panic_unwind", optional = true }
18
panic_abort = { path = "../panic_abort" }
19
core = { path = "../core", public = true }
20
-libc = { version = "0.2.145", default-features = false, features = ['rustc-dep-of-std'], public = true }
+libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
21
compiler_builtins = { version = "0.1.92" }
22
profiler_builtins = { path = "../profiler_builtins", optional = true }
23
unwind = { path = "../unwind" }
0 commit comments