aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-02 13:51:13 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-02 13:51:13 +0200
commit4b252586e58224a7137a6a6bfecb7c23a4036f1d (patch)
tree1baca0ca0aaf660dc36507b3007f9b1c3062a899
parent5f6a915a3273d77881b8e006136665d42031cf65 (diff)
Update Nightly.
-rw-r--r--rust-toolchain.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 7b34afa2b..755a92075 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,8 +1,8 @@
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-08-19" 4channel = "nightly-2023-10-02"
5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 5components = [ "rust-src", "rustfmt", "llvm-tools" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",
8 "thumbv7m-none-eabi", 8 "thumbv7m-none-eabi",