aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-09-22 16:28:56 +0200
committerDario Nieuwenhuis <[email protected]>2022-09-22 16:38:14 +0200
commit897b72c872183221e088611aa6f30989800afd2b (patch)
tree473c5a81ac30eaae0f5557704e441e908a288caa /rust-toolchain.toml
parent3b58ac1bf86a2373e479e8e3cf92d2df7c29e00b (diff)
Update Rust nightly.
Removes feature(generic_associated_types)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
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]
4channel = "nightly-2022-08-16" 4channel = "nightly-2022-09-22"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",