summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-18 23:35:38 +0200
committerGitHub <noreply@github.com>2021-08-18 23:35:38 +0200
commit1094ac4d82c9c8eab75d3199a7da4e8db6d096b9 (patch)
tree4ed8cc1b52ca5f5ec1191f028f696b31f304a4d5 /rust-toolchain.toml
parent29211a57b49b7c7b80a54ccd35336adff001f6b2 (diff)
downloadnrf-softdevice-1094ac4d82c9c8eab75d3199a7da4e8db6d096b9.zip
Update rust, embassy, PACs. Add support for nrf52805, 820. (#77)
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 2db8bbd..d1dcc3a 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +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-08-03"
+channel = "nightly-2021-08-18"
components = ["rust-src", "rustfmt"]
targets = ["thumbv7em-none-eabihf"]