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 399febe + 32ceca5 commit 42be35bCopy full SHA for 42be35b
std/Cargo.toml
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
16
panic_abort = { path = "../panic_abort" }
17
core = { path = "../core" }
18
libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] }
19
-compiler_builtins = { version = "0.1.66" }
+compiler_builtins = { version = "0.1.67" }
20
profiler_builtins = { path = "../profiler_builtins", optional = true }
21
unwind = { path = "../unwind" }
22
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }
0 commit comments