about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2023-03-29 22:49:09 -0400
committerWilliam D. Jones <thor0505@comcast.net>2023-03-30 00:39:49 -0400
commit01f49b350df806b0fbf9d379bd524f183da7517d (patch)
tree2358b8f7903528cde768e2b6e6c41fc534fd6cef /library/std
parent17c11672167827b0dd92c88ef69f24346d1286dd (diff)
downloadrust-01f49b350df806b0fbf9d379bd524f183da7517d.tar.gz
rust-01f49b350df806b0fbf9d379bd524f183da7517d.zip
Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes.
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 6345db24054..96c75f97f6e 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.140", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.87" }
+compiler_builtins = { version = "0.1.91" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }