aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain-nightly.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-14 00:01:49 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-14 00:11:16 +0200
commitee669ee5c57851ade034beca7cfaf81825c4c21b (patch)
tree892039ef8d5b90d11bc785ee56ae15304a3127c2 /rust-toolchain-nightly.toml
parent4eb820ab6c50a0bd84f22439dab305289b3ba4a1 (diff)
Update nighlty, fix warnings.
Fixes #2599
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 0b10d7194..acab9d615 100644
--- a/rust-toolchain-nightly.toml
+++ b/rust-toolchain-nightly.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "nightly-2024-09-06" 2channel = "nightly-2024-10-13"
3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] 3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",