X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=c10bfde4ddf79c946d4b9623356cf2b639f5d3fd;hb=9340e5c1b9dee53fd32a18f7bfb54faabfe00b7b;hp=daa6976c301431aeb6e579a00e6d26fd4146b4db;hpb=4b50fb3745a2c634de45df9e363a5c3abad52b0a;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index daa6976c301..c10bfde4ddf 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true } panic_abort = { path = "../panic_abort" } core = { path = "../core" } libc = { version = "0.2.135", default-features = false, features = ['rustc-dep-of-std'] } -compiler_builtins = { version = "0.1.73" } +compiler_builtins = { version = "0.1.82" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }