summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authoralexmoon <alex.r.moon@gmail.com>2022-08-17 16:09:09 -0600
committerGitHub <noreply@github.com>2022-08-17 16:09:09 -0600
commite1e4e2a2c2e9a8243368214fac02532e79c127a8 (patch)
tree6103e9dc1ca5d2a15c92fb016dc161d88a831e59 /rust-toolchain.toml
parenta0467c55b09c4b48f4f5a428f6ba56734804b638 (diff)
parentbeed7433fb8dd80e6a395034aa90613c5d6d74fd (diff)
downloadnrf-softdevice-e1e4e2a2c2e9a8243368214fac02532e79c127a8.zip
Merge pull request #129 from embassy-rs/cs
Update to 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",