about summary refs log tree commit diff
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
parent0c2c243342ec2a2427f0624fac5ac59f0ee6fbcd (diff)
downloadrust-70ce2139e85db8523585bc182bc23ea953171bdd.tar.gz
rust-70ce2139e85db8523585bc182bc23ea953171bdd.zip
Bump compiler_builtins
-rw-r--r--Cargo.lock4
-rw-r--r--library/std/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4eafda94037..c145da21d47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -710,9 +710,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.92"
+version = "0.1.93"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190"
+checksum = "76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781"
 dependencies = [
  "cc",
  "rustc-std-workspace-core",
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'] }