summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-12 15:32:35 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-17 20:19:16 +0200
commitbeed7433fb8dd80e6a395034aa90613c5d6d74fd (patch)
tree4f0942c15e067920fd5d72ce07de157c7fc47c79 /rust-toolchain.toml
parentab0ad770c729b4f034bf0a085b50347a3e6b2ea9 (diff)
downloadnrf-softdevice-beed7433fb8dd80e6a395034aa90613c5d6d74fd.zip
Add support for critical-section 1.0.
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 c6d0f48..f5e342e 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,7 +1,7 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
-channel = "nightly-2022-07-13"
+channel = "nightly-2022-08-16"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv7em-none-eabi",