aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-01 22:18:01 +0200
committerGitHub <[email protected]>2021-06-01 22:18:01 +0200
commita0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (patch)
tree5068fdee221a5ea0abb18c728ce5da982c56335a
parent2aa836b0686ec358d0cbf27ba41039b5ddf6f63b (diff)
parentf2c51e0999253d86f60b71d9208193a57b6b7bdc (diff)
Merge pull request #215 from embassy-rs/update-nightly
Update rust nightly
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 2cb177974..5ff478cc8 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
1# Before upgrading check that everything is available on all tier1 targets here: 1# Before upgrading check that everything is available on all tier1 targets here:
2# https://rust-lang.github.io/rustup-components-history 2# https://rust-lang.github.io/rustup-components-history
3[toolchain] 3[toolchain]
4channel = "nightly-2021-05-07" 4channel = "nightly-2021-06-01"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] 6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ]