Update rust-toolchain-nightly.toml to compile with changes to fmt.rs

This commit is contained in:
Tobias Breitwieser
2024-06-18 16:42:22 +02:00
committed by GitHub
parent a0231ed74c
commit bd6fad6b61

View File

@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-05-20"
channel = "nightly-2024-06-18"
components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
targets = [
"thumbv7em-none-eabi",