X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=146096535dbbe128933208e464d3aa8da4125892;hb=32c8acd769bdf8d649b8eba3b382a98f22827df5;hp=de26d9dcb2627fa6aaa82d0d17b91d3ef5fd69b8;hpb=4695c2157c394ff00bf624adbc8ac566d4b7c791;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index de26d9dcb26..146096535db 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.116", default-features = false, features = ['rustc-dep-of-std'] } -compiler_builtins = { version = "0.1.67" } +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'] }