diff options
| author | Rukai <[email protected]> | 2021-05-08 13:48:47 +1000 |
|---|---|---|
| committer | Rukai <[email protected]> | 2021-05-09 12:46:48 +1000 |
| commit | 854022dbee4e37846ba554179182d679322dccd0 (patch) | |
| tree | 4456222262ef81b6e1f5725ef9667cc7a58919cc /rust-toolchain.toml | |
| parent | 76f737bb0e62146cecba618a34e9efc8c91fb3c3 (diff) | |
Use rust-toolchain.toml for developers and CI
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..2cb177974 --- /dev/null +++ b/rust-toolchain.toml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # Before upgrading check that everything is available on all tier1 targets here: | ||
| 2 | # https://rust-lang.github.io/rustup-components-history | ||
| 3 | [toolchain] | ||
| 4 | channel = "nightly-2021-05-07" | ||
| 5 | components = [ "rust-src", "rustfmt" ] | ||
| 6 | targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] | ||
