Merge pull request #3092 from tarfu/patch-1

Update rust-toolchain-nightly.toml to compile with changes to fmt.rs
This commit is contained in:
Dario Nieuwenhuis 2024-06-18 14:56:20 +00:00 committed by GitHub
commit b0172bb582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",