summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorRukai <rubickent@gmail.com>2021-05-08 13:48:47 +1000
committerRukai <rubickent@gmail.com>2021-05-09 12:46:48 +1000
commit854022dbee4e37846ba554179182d679322dccd0 (patch)
tree4456222262ef81b6e1f5725ef9667cc7a58919cc /rust-toolchain.toml
parent76f737bb0e62146cecba618a34e9efc8c91fb3c3 (diff)
downloadembassy-854022dbee4e37846ba554179182d679322dccd0.zip
Use rust-toolchain.toml for developers and CI
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000..2cb17797
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,6 @@
+# Before upgrading check that everything is available on all tier1 targets here:
+# https://rust-lang.github.io/rustup-components-history
+[toolchain]
+channel = "nightly-2021-05-07"
+components = [ "rust-src", "rustfmt" ]
+targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ]