about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorBrian Cain <bcain@quicinc.com>2024-01-09 20:30:53 -0800
committerBrian Cain <bcain@quicinc.com>2024-01-09 20:30:56 -0800
commitd5c39d0638221f07e7172b61e6c1e70cd2fee6bc (patch)
tree1328520afea1a6c53882ee14dfb9ac448214db09 /library/std
parent94807670a6a3834cc9b71b0b803d49d307c9ba5d (diff)
downloadrust-d5c39d0638221f07e7172b61e6c1e70cd2fee6bc.tar.gz
rust-d5c39d0638221f07e7172b61e6c1e70cd2fee6bc.zip
Update compiler_builtins to 0.1.105
This provides the builtins for the hexagon architecture.
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 5dbfe4aa2ac..5b32bc5117c 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -18,7 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core", public = true }
 libc = { version = "0.2.150", default-features = false, features = ['rustc-dep-of-std'], public = true }
-compiler_builtins = { version = "0.1.104" }
+compiler_builtins = { version = "0.1.105" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }