diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-02 13:51:13 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-02 13:51:13 +0200 |
| commit | 4b252586e58224a7137a6a6bfecb7c23a4036f1d (patch) | |
| tree | 1baca0ca0aaf660dc36507b3007f9b1c3062a899 | |
| parent | 5f6a915a3273d77881b8e006136665d42031cf65 (diff) | |
Update Nightly.
| -rw-r--r-- | rust-toolchain.toml | 4 |
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] |
| 4 | channel = "nightly-2023-08-19" | 4 | channel = "nightly-2023-10-02" |
| 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] | 5 | components = [ "rust-src", "rustfmt", "llvm-tools" ] |
| 6 | targets = [ | 6 | targets = [ |
| 7 | "thumbv7em-none-eabi", | 7 | "thumbv7em-none-eabi", |
| 8 | "thumbv7m-none-eabi", | 8 | "thumbv7m-none-eabi", |
