about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-02-11 22:25:32 -0800
committerMark Rousskov <mark.simulacrum@gmail.com>2020-03-05 21:35:11 -0500
commit815f764fa0726e4900fc74b422ace350fc7e995f (patch)
treeff4dd396979c50330b77eb791e4ba7f1dc711633
parent45a8eefb054d339a0196e134bd5c67555bce157b (diff)
Update compiler-builtins to 0.1.25
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6ddc7944092..80c90243e5d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -575,9 +575,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.24"
+version = "0.1.25"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af"
+checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e"
 dependencies = [
  "cc",
  "rustc-std-workspace-core",