about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorNicholas Bishop <nbishop@nbishop.net>2023-11-04 13:11:10 -0400
committerNicholas Bishop <nbishop@nbishop.net>2023-11-04 13:11:10 -0400
commit5d3535c616e4f23b5c2d82102a0d3eae9f3e7ee4 (patch)
tree1bc0a1d61a1a27df4898273f9076c9b36a40c819 /library/std
parent2db26d3d55387930f1b1dfb84810bcde5a787a09 (diff)
downloadrust-5d3535c616e4f23b5c2d82102a0d3eae9f3e7ee4.tar.gz
rust-5d3535c616e4f23b5c2d82102a0d3eae9f3e7ee4.zip
Bump compiler_builtins to 0.1.103
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 2eb7608c7ae..f3e79b28faf 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.149", default-features = false, features = ['rustc-dep-of-std'], public = true }
-compiler_builtins = { version = "0.1.100" }
+compiler_builtins = { version = "0.1.103" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }