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 82d87f2 commit c2a0a55Copy full SHA for c2a0a55
std/Cargo.toml
@@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
17
panic_abort = { path = "../panic_abort" }
18
core = { path = "../core" }
19
libc = { version = "0.2.74", default-features = false, features = ['rustc-dep-of-std'] }
20
-compiler_builtins = { version = "0.1.32" }
+compiler_builtins = { version = "0.1.35" }
21
profiler_builtins = { path = "../profiler_builtins", optional = true }
22
unwind = { path = "../unwind" }
23
hashbrown = { version = "0.8.1", default-features = false, features = ['rustc-dep-of-std'] }
0 commit comments