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 77cc0f0 commit e2444a5Copy full SHA for e2444a5
std/Cargo.toml
@@ -18,7 +18,7 @@ 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 }
21
-compiler_builtins = { version = "0.1.95" }
+compiler_builtins = { version = "0.1.98" }
22
profiler_builtins = { path = "../profiler_builtins", optional = true }
23
unwind = { path = "../unwind" }
24
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
0 commit comments