about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorPatryk Wychowaniec <pwychowaniec@pm.me>2023-06-18 13:29:36 +0200
committerPatryk Wychowaniec <pwychowaniec@pm.me>2023-06-18 13:29:36 +0200
commit70ce2139e85db8523585bc182bc23ea953171bdd (patch)
tree9d831e75233e72f6d8a8fdfb5389811bb1cd40d1 /library/std
parent0c2c243342ec2a2427f0624fac5ac59f0ee6fbcd (diff)
downloadrust-70ce2139e85db8523585bc182bc23ea953171bdd.tar.gz
rust-70ce2139e85db8523585bc182bc23ea953171bdd.zip
Bump compiler_builtins
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 e6b05183886..f4436dc5b98 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.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
-compiler_builtins = { version = "0.1.92" }
+compiler_builtins = { version = "0.1.93" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }