diff options
| author | xoviat <[email protected]> | 2023-07-15 14:19:32 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-15 14:19:32 -0500 |
| commit | d6dd5ea5d3ab7309bd5b4bec28afaee68d20b4ae (patch) | |
| tree | c271a5006a27fa69dff4e60cd47bc6232e0a8dc7 /rust-toolchain.toml | |
| parent | 8a146a50ecd9168b2c856532b6f167e5b39433bb (diff) | |
revert toolchain changes
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bad6d3a42..179ed1d6a 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" | 4 | channel = "nightly-2023-06-28" |
| 5 | components = [ "rust-src", "rustfmt", "llvm-tools" ] | 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] |
| 6 | targets = [ | 6 | targets = [ |
| 7 | "thumbv7em-none-eabi", | 7 | "thumbv7em-none-eabi", |
| 8 | "thumbv7m-none-eabi", | 8 | "thumbv7m-none-eabi", |
| @@ -11,4 +11,4 @@ targets = [ | |||
| 11 | "thumbv8m.main-none-eabihf", | 11 | "thumbv8m.main-none-eabihf", |
| 12 | "riscv32imac-unknown-none-elf", | 12 | "riscv32imac-unknown-none-elf", |
| 13 | "wasm32-unknown-unknown", | 13 | "wasm32-unknown-unknown", |
| 14 | ] | 14 | ] \ No newline at end of file |
