about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-25 16:06:39 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-25 16:06:39 +0200
commitc19edfd71a1d0ddef86c2c67fdb40718d40a72b4 (patch)
treee700b4059468a7d2811bfc7977f3ddf8b101faee
parent4e1155fbf11adda4c1f21449666829c3d774dd8a (diff)
downloadrust-c19edfd71a1d0ddef86c2c67fdb40718d40a72b4.tar.gz
rust-c19edfd71a1d0ddef86c2c67fdb40718d40a72b4.zip
Rustup to rustc 1.64.0-nightly (7fe022f5a 2022-07-24)
-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 247303951a8..7b2cdd27336 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -123,9 +123,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.2.3"
+version = "0.2.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d37fb7dc756218a0559bfc21e4381f03cbb696cdaf959e7e95e927496f0564cd"
+checksum = "7668753748e445859e4e373c3d41117235d9feed578392f5a3a73efdc751ca4a"
 dependencies = [
  "compiler_builtins",
  "libc",
diff --git a/rust-toolchain b/rust-toolchain
index 5c8cab5f138..3ab395d89d5 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-07-18"
+channel = "nightly-2022-07-25"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]