diff options
| author | goueslati <[email protected]> | 2023-07-10 16:54:48 +0100 |
|---|---|---|
| committer | goueslati <[email protected]> | 2023-07-10 16:54:48 +0100 |
| commit | 4aca7c8811b70e420280893784cdad2acbe326f9 (patch) | |
| tree | 7d7b1d989b2533d536725b2b7a6d0e63b9c4c2ae /rust-toolchain.toml | |
| parent | 8a811cfcf75b25fe81168134bf0cf8a8d387c391 (diff) | |
wip
Diffstat (limited to 'rust-toolchain.toml')
| -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 5db74c7a9..bad6d3a42 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-06-28" | 4 | channel = "nightly" |
| 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", |
