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 7b0b3a2 commit 5a9c7d5Copy full SHA for 5a9c7d5
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.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
+libc = { version = "0.2.148", default-features = false, features = ['rustc-dep-of-std'], public = true }
21
compiler_builtins = { version = "0.1.100" }
22
profiler_builtins = { path = "../profiler_builtins", optional = true }
23
unwind = { path = "../unwind" }
0 commit comments