diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-06 22:39:27 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-06 22:39:36 +0200 |
| commit | e2516bba09fbb99da95939656e172156ad1924fc (patch) | |
| tree | 4ede6bd4840ec479643022cd0e8c4393580f7c03 /rust-toolchain.toml | |
| parent | f3ec6080bf9a39d9819195861e7b41e8a2081600 (diff) | |
executor: fix doc features.
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 22abacdea..9785cd9eb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml | |||
| @@ -9,5 +9,6 @@ targets = [ | |||
| 9 | "thumbv6m-none-eabi", | 9 | "thumbv6m-none-eabi", |
| 10 | "thumbv7em-none-eabihf", | 10 | "thumbv7em-none-eabihf", |
| 11 | "thumbv8m.main-none-eabihf", | 11 | "thumbv8m.main-none-eabihf", |
| 12 | "riscv32imac-unknown-none-elf", | ||
| 12 | "wasm32-unknown-unknown", | 13 | "wasm32-unknown-unknown", |
| 13 | ] | 14 | ] |
