summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-19 13:10:36 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-19 13:10:36 +0200
commita18014a20878bdb8bf43fe196be8fa38ca0c1fd0 (patch)
tree6543dd85664e29cc4cefed4a35e43e0a9ef5d65d /rust-toolchain.toml
parent8201255a9d6dde4b29a5a539a1d6aeefcbd467df (diff)
downloadnrf-softdevice-a18014a20878bdb8bf43fe196be8fa38ca0c1fd0.zip
Update embassy
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 0000000..de7fe6a
--- /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-eabihf" ]