about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-03 15:07:25 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-03 15:07:25 +0200
commit8720683936ce210a7ff9f1d62657bfc2aa897abf (patch)
tree2dd9b2e089dee7d41a042095e660d20054071294
parentb344691522c5c53bf0a4b8c00bd7984dd54dc4d2 (diff)
Rustup to rustc 1.64.0-nightly (f2d93935f 2022-07-02)
-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 cdbe6bdd3fe..86ea1a08ea3 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -123,9 +123,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.2.1"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c71a9c6ee0d06d82b89ae2674096d2ba1b832a5ee0b1c9a5a6b013deeab5b11f"
+checksum = "d37fb7dc756218a0559bfc21e4381f03cbb696cdaf959e7e95e927496f0564cd"
 dependencies = [
  "compiler_builtins",
  "libc",
diff --git a/rust-toolchain b/rust-toolchain
index 173d105ecb1..9c7d75939c9 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-06-23"
+channel = "nightly-2022-07-03"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]