]> git.proxmox.com Git - rustc.git/blobdiff - library/std/Cargo.toml
New upstream version 1.54.0+dfsg1
[rustc.git] / library / std / Cargo.toml
index ab7b142ef3db099baee396619ae51edb20f418a6..415d874c7faa64740ccd473cf493f1a661826ac6 100644 (file)
@@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }
 libc = { version = "0.2.93", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.39" }
+compiler_builtins = { version = "0.1.44" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }