X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=29b5a468bf4c502d582e0d369067b8c50af5eaea;hb=56ab392f028b1d5dab1c2eb2e4af37136915882c;hp=a7aefc26b97c7e0ac8008303e3e92b674a55e2cc;hpb=cd936cc812807faddeea04d401f9d76846266d2e;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index a7aefc26b97..29b5a468bf4 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.138", default-features = false, features = ['rustc-dep-of-std'] } -compiler_builtins = { version = "0.1.82" } +compiler_builtins = { version = "0.1.85" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" } hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }