From 01f49b350df806b0fbf9d379bd524f183da7517d Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Wed, 29 Mar 2023 22:49:09 -0400 Subject: Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes. --- library/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std') 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'] } -- cgit 1.4.1-3-g733a5