Rustup to rustc 1.93.0-nightly (adaa83897 2025-10-27)

This commit is contained in:
bjorn3 2025-10-28 15:17:46 +00:00
parent 6f1899c373
commit 022bb60b8e
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
extern_types,
decl_macro,
rustc_attrs,
rustc_private,
transparent_unions,
auto_traits,
freeze_impls,

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2025-10-23"
channel = "nightly-2025-10-28"
components = ["rust-src", "rustc-dev", "llvm-tools"]
profile = "minimal"