aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-01 04:10:03 +0000
committerGitHub <[email protected]>2023-11-01 04:10:03 +0000
commitf8721c3786cfe0db0bf071b4fa0fefb67edd76cd (patch)
tree7fb7da3682ab5fd7bb09c0d2a675b1abf2493882 /rust-toolchain.toml
parent35bb20abe7115c42665faea288ca7f268b32bf96 (diff)
parente519e002657e992c47bebc356b044902334d32bc (diff)
Merge pull request #2132 from embassy-rs/update-nightly
Update Rust nightly.
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 755a92075..419c31085 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,7 +1,7 @@
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-2023-10-02" 4channel = "nightly-2023-11-01"
5components = [ "rust-src", "rustfmt", "llvm-tools" ] 5components = [ "rust-src", "rustfmt", "llvm-tools" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",