summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorBob McWhirter <bmcwhirt@redhat.com>2021-11-15 14:37:19 -0500
committerBob McWhirter <bmcwhirt@redhat.com>2021-11-15 15:11:11 -0500
commitc0cfccffc7c44c88cb9580b1496569d3e9de1848 (patch)
treed2583a3adf1df68ed47c333865ad5fae91200787 /rust-toolchain.toml
parentfae86722ac818c275920b8b78e0b34ea274e56d8 (diff)
downloadnrf-softdevice-c0cfccffc7c44c88cb9580b1496569d3e9de1848.zip
Update toolchain and defmt versions.
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 d1dcc3a..ed08935 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-18"
+channel = "nightly-2021-10-16"
components = ["rust-src", "rustfmt"]
targets = ["thumbv7em-none-eabihf"]