about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorMartin Kröning <mkroening@posteo.net>2022-12-08 15:34:46 +0100
committerMartin Kröning <mkroening@posteo.net>2022-12-08 15:34:46 +0100
commit6324e5cb6a8e3d48d563e2aa0924a057bebee096 (patch)
treee9c0f0944b6ca82b95fdcba47f0c232301e4cebe /library/std
parent7632db0e87d8adccc9a83a47795c9411b1455855 (diff)
Bump compiler-builtins to 0.1.85
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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'] }