diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-02-08 17:12:22 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-02-08 17:13:19 +0100 |
| commit | ac3e225988f1666eaa773a20561cbf40a3295613 (patch) | |
| tree | 7b461874058fd77bda7d47cb5d6f397422a8c2b6 /rust-toolchain.toml | |
| parent | 9d637070a516a9ed24c3e12a20082ffdf54f72fb (diff) | |
Update Rust nightly.
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f2adc4357..da75fa53a 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] |
| 4 | channel = "nightly-2022-11-22" | 4 | channel = "nightly-2023-02-07" |
| 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] | 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] |
| 6 | targets = [ | 6 | targets = [ |
| 7 | "thumbv7em-none-eabi", | 7 | "thumbv7em-none-eabi", |
