diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-09-22 16:28:56 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-09-22 16:38:14 +0200 |
| commit | 897b72c872183221e088611aa6f30989800afd2b (patch) | |
| tree | 473c5a81ac30eaae0f5557704e441e908a288caa /rust-toolchain.toml | |
| parent | 3b58ac1bf86a2373e479e8e3cf92d2df7c29e00b (diff) | |
Update Rust nightly.
Removes feature(generic_associated_types)
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 f5e342edc..1ec19e58b 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-08-16" | 4 | channel = "nightly-2022-09-22" |
| 5 | components = [ "rust-src", "rustfmt" ] | 5 | components = [ "rust-src", "rustfmt" ] |
| 6 | targets = [ | 6 | targets = [ |
| 7 | "thumbv7em-none-eabi", | 7 | "thumbv7em-none-eabi", |
