Rustup to rustc 1.75.0-nightly (97c81e1b5 2023-10-07)

This commit is contained in:
bjorn3 2023-10-08 09:30:32 +00:00
parent 1906ec56fc
commit 81093441c1
2 changed files with 2 additions and 1 deletions

View File

@ -361,6 +361,7 @@ version = "0.0.0"
dependencies = [
"addr2line",
"alloc",
"cc",
"cfg-if",
"compiler_builtins",
"core",

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-10-02"
channel = "nightly-2023-10-08"
components = ["rust-src", "rustc-dev", "llvm-tools"]