]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillot
[rust.git] / library / std / Cargo.toml
index 83cb119dbf97f1c8470387017b3c5849f11d1b40..146096535dbbe128933208e464d3aa8da4125892 100644 (file)
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }
 libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.66" }
+compiler_builtins = { version = "0.1.69" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }