]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco
[rust.git] / library / std / Cargo.toml
index 95506fc1eb9c84404e9eb4ba9409d7315a21f62f..229e546e085493c9043360f88e381f8aa3c6b9a2 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.126", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.71" }
+compiler_builtins = { version = "0.1.73" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }