aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-08-19 19:31:49 +0200
committerDario Nieuwenhuis <[email protected]>2023-08-19 19:31:49 +0200
commit2d980068c09aa8fcc6bb4fd4d2e46107ef0e997f (patch)
tree5500a4e85310d203c8ffc46f8b67aae5d852e2c9 /rust-toolchain.toml
parent6babd5752e439b234151104d8d20bae32e41d714 (diff)
Update Nightly.
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 179ed1d6a..7b34afa2b 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,7 +1,7 @@
1# Before upgrading check that everything is available on all tier1 targets here: 1# Before upgrading check that everything is available on all tier1 targets here:
2# https://rust-lang.github.io/rustup-components-history 2# https://rust-lang.github.io/rustup-components-history
3[toolchain] 3[toolchain]
4channel = "nightly-2023-06-28" 4channel = "nightly-2023-08-19"
5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",