about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-04-07 10:16:01 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-04-07 10:16:01 +0200
commite1a2f0f351695963d0df4453a7baae23ec3b5991 (patch)
treedd091c44baad147344b23b4692b953e2f29ecd64
parent0c1725f8bb0ab646b432e91c70d65501db76e5f5 (diff)
downloadrust-e1a2f0f351695963d0df4453a7baae23ec3b5991.tar.gz
rust-e1a2f0f351695963d0df4453a7baae23ec3b5991.zip
Rustup to rustc 1.53.0-nightly (c051c5ddd 2021-04-06)
-rw-r--r--build_sysroot/Cargo.lock4
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock
index 8ffed13c843..d96b3e3f5ac 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -132,9 +132,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.92"
+version = "0.2.93"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
+checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/rust-toolchain b/rust-toolchain
index 19c040f31cd..fe2631bbf5a 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2021-04-06"
+channel = "nightly-2021-04-07"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]