about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-02-22 20:37:22 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-02-22 20:37:22 +0100
commitdc973aef2af4db8ddfc4e8e30f93b4e94560062c (patch)
tree9ffe7782e0f27a00b4c14870dfb71c0f3145da2d
parent33cf8fafd878330bf65f4512e66c03ff88a93659 (diff)
downloadrust-dc973aef2af4db8ddfc4e8e30f93b4e94560062c.tar.gz
rust-dc973aef2af4db8ddfc4e8e30f93b4e94560062c.zip
Rustup to rustc 1.61.0-nightly (03a8cc7df 2022-02-21)
-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 3fe9c1e9069..b9786395142 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -121,9 +121,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.1.19"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
+checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
 dependencies = [
  "compiler_builtins",
  "libc",
diff --git a/rust-toolchain b/rust-toolchain
index f1f801c54d7..6492660d655 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-02-20"
+channel = "nightly-2022-02-22"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]