aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-03 00:49:03 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-03 00:49:03 +0200
commit0dd00c94aa1ff8f12ce311b985d0e7eb544bbbd8 (patch)
treee31e9279fd689e9a811e5c94ef0e64b647c6d68c /rust-toolchain.toml
parentc7c6b0b4644372e7eeac543b470cf189b47a8921 (diff)
Revert "Update rust nightly"
This reverts commit f2c51e0999253d86f60b71d9208193a57b6b7bdc.
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 5ff478cc8..2cb177974 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
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-2021-06-01" 4channel = "nightly-2021-05-07"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] 6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ]