aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-19 19:01:31 +0200
committerGitHub <[email protected]>2023-05-19 19:01:31 +0200
commitd737e3dcbb67af114490834c617de9100b65d5fb (patch)
tree8af24ae1262c5f60e2388e3deab9894cbea23707 /rust-toolchain.toml
parent9dff6b9d81a56966a815057c79898c178841b1cd (diff)
parenta1cbdd8d295f9fd816a65fa7ca6df67ac5a25ddf (diff)
Merge pull request #1469 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 2301ddc8d..fd454db26 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-04-18" 4channel = "nightly-2023-05-18"
5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",