Rustup to rustc 1.69.0-nightly (44cfafe2f 2023-03-03)

This commit is contained in:
bjorn3 2023-03-04 12:46:45 +01:00
parent cceea847dd
commit 7bf863653b
2 changed files with 1 additions and 3 deletions

View File

@ -281,10 +281,8 @@ dependencies = [
name = "test"
version = "0.0.0"
dependencies = [
"cfg-if",
"core",
"getopts",
"libc",
"panic_abort",
"panic_unwind",
"proc_macro",

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-02-26"
channel = "nightly-2023-03-04"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]