about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAyush Singh <ayushsingh1325@gmail.com>2022-11-13 22:20:54 +0530
committerAyush Singh <ayushsingh1325@gmail.com>2022-11-13 23:07:35 +0530
commitcd2fb430daa487c1a904a2e3dc8494f23dea6df6 (patch)
tree1aeb4ff59873611de6d04bc8dc18f8e28cea0caf
parent742d3f02c243964e5b868d90afd60c2907be5853 (diff)
downloadrust-cd2fb430daa487c1a904a2e3dc8494f23dea6df6.tar.gz
rust-cd2fb430daa487c1a904a2e3dc8494f23dea6df6.zip
Update compiler-builtins
This was originally a part of https://github.com/rust-lang/rust/pull/100316.
However, extracting it to a seperate PR should help with any extra
testing that might be needed.

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
-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 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'] }