about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2020-05-12 15:24:24 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2020-05-18 14:41:35 +0100
commit5a20f396727a6f5713f9f6ffa7f0ed18b296558a (patch)
tree06b0d870886977968ce265d076f70962121887fc
parent3233565cdfd10819005e923d58efcc4d4f7949c5 (diff)
downloadrust-5a20f396727a6f5713f9f6ffa7f0ed18b296558a.tar.gz
rust-5a20f396727a6f5713f9f6ffa7f0ed18b296558a.zip
Update compiler_builtins to 0.1.28
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 969f7a041d9..6d898661dcd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -635,9 +635,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.27"
+version = "0.1.28"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38f18416546abfbf8d801c555a0e99524453e7214f9cc9107ad49de3d5948ccc"
+checksum = "439a6fab343b1dab347823537734a5cd4ae6ae2000b465ab886f64cdb723bd14"
 dependencies = [
  "cc",
  "rustc-std-workspace-core",