aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-09-13 18:47:32 +0200
committerUlf Lilleengen <[email protected]>2021-09-13 18:47:32 +0200
commit4e7ce29ec96d56b12263e2de676563ccf51c38db (patch)
tree1d0456962f0a5e5336719843da225e52e0b0170d
parent99a94f1d50ef08e70616e6ac1d2460ab274cfb99 (diff)
Add missing toolchain
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 5451c7d25..d7ad907fd 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -3,4 +3,4 @@
3[toolchain] 3[toolchain]
4channel = "nightly-2021-08-18" 4channel = "nightly-2021-08-18"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf" ] 6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "wasm32-unknown-unknown" ]