aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 01:44:02 +0200
committerGitHub <[email protected]>2022-06-18 01:44:02 +0200
commitb585d547124b9a1e70b0933c11228c065684997d (patch)
tree718b4496152453482db49334ee83626289a4133d /rust-toolchain.toml
parentfcc1db078e8ea131171493038015974d3a76d99a (diff)
Update rust nightly. (#819)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index e73ef7e90..03fe8a009 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,13 @@
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-04-24" 4channel = "nightly-2022-06-17"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv7m-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "thumbv8m.main-none-eabihf", "wasm32-unknown-unknown" ] 6targets = [
7 "thumbv7em-none-eabi",
8 "thumbv7m-none-eabi",
9 "thumbv6m-none-eabi",
10 "thumbv7em-none-eabihf",
11 "thumbv8m.main-none-eabihf",
12 "wasm32-unknown-unknown",
13]