Rustup to rustc 1.61.0-nightly (285fa7ecd 2022-03-14)

This commit is contained in:
bjorn3 2022-03-15 11:21:42 +01:00
parent 4ba83cbfca
commit af008bdc66
2 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.119"
version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-03-13"
channel = "nightly-2022-03-15"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]