about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2023-02-10 16:13:31 -0800
committerJosh Stone <jistone@redhat.com>2023-02-10 16:13:31 -0800
commitffdbd58d85ef1f172e4b78e00655b36131ed1d4f (patch)
treea214c88fbd9f2a80c41fd24c8f1ec82bba289f05 /library/std
parenta06aaa4a9efe605b91b2f42718696906ce2ba629 (diff)
downloadrust-ffdbd58d85ef1f172e4b78e00655b36131ed1d4f.tar.gz
rust-ffdbd58d85ef1f172e4b78e00655b36131ed1d4f.zip
Drop llvm14-builtins-abi with compiler_builtins 0.1.87
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 adf521d9b94..349cd91c89e 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.85" }
+compiler_builtins = { version = "0.1.87" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }