aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain-nightly.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-07-16 16:40:29 +0200
committerDario Nieuwenhuis <[email protected]>2024-07-16 16:40:54 +0200
commita0f8948c1c49cc18cd70169e00c357dec202107a (patch)
tree1467c52366cad788f871af9a66a37b4d97ce30e1 /rust-toolchain-nightly.toml
parente1e99879a63408d17d0c947ca65fbeea827467c9 (diff)
Update nightly, fix error with rp inline asm.
Diffstat (limited to 'rust-toolchain-nightly.toml')
-rw-r--r--rust-toolchain-nightly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml
index d965d67dd..dfa231344 100644
--- a/rust-toolchain-nightly.toml
+++ b/rust-toolchain-nightly.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "nightly-2024-06-18" 2channel = "nightly-2024-07-16"
3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] 3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",