Rustup to rustc 1.61.0-nightly (03a8cc7df 2022-02-21)

This commit is contained in:
bjorn3 2022-02-22 20:37:22 +01:00
parent 33cf8fafd8
commit dc973aef2a
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-02-20"
channel = "nightly-2022-02-22"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]