about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Bishop <nbishop@nbishop.net>2022-11-17 22:11:39 -0500
committerNicholas Bishop <nbishop@nbishop.net>2022-11-19 18:16:24 +0000
commitcdb6907893da1d025eba2d8cd396db4e84bca98c (patch)
tree105a86b979aab85255b14d0dae1bcb020d66870d
parent62c627c7a3a9b3e193a5ae6e1ec7348bc5136301 (diff)
downloadrust-cdb6907893da1d025eba2d8cd396db4e84bca98c.tar.gz
rust-cdb6907893da1d025eba2d8cd396db4e84bca98c.zip
Update compiler_builtins to 0.1.84
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index acffaaff4d3..73256018078 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -792,9 +792,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.82"
+version = "0.1.84"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "18cd7635fea7bb481ea543b392789844c1ad581299da70184c7175ce3af76603"
+checksum = "989b2c1ca6e90ad06fdc69d1d1862fa28d27a977be6d92ae2fa762cf61fe0b10"
 dependencies = [
  "cc",
  "rustc-std-workspace-core",