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.
2 parents 09914ef + 691797c commit f6ba877Copy full SHA for f6ba877
std/Cargo.toml
@@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", 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.99", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.103", default-features = false, features = ['rustc-dep-of-std'] }
19
compiler_builtins = { version = "0.1.44" }
20
profiler_builtins = { path = "../profiler_builtins", optional = true }
21
unwind = { path = "../unwind" }
0 commit comments