about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-11-28 17:53:50 -0500
committerWilliam D. Jones <thor0505@comcast.net>2021-11-28 23:01:03 -0500
commite500eb69508a6e65880db3618399c89ed276f34e (patch)
tree54de8ce837bd89065253b1655d7e5b3ca4da0f2f /library/std
parent350158dd6d7ba840666999efa9a19c6ae403eed1 (diff)
downloadrust-e500eb69508a6e65880db3618399c89ed276f34e.tar.gz
rust-e500eb69508a6e65880db3618399c89ed276f34e.zip
Bump compiler_builtins to 0.1.55 to bring in fixes for targets lacking atomic support.
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 b43445f2eed..f7111748321 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.108", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.53" }
+compiler_builtins = { version = "0.1.55" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }