aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorgoueslati <[email protected]>2023-07-10 16:54:48 +0100
committergoueslati <[email protected]>2023-07-10 16:54:48 +0100
commit4aca7c8811b70e420280893784cdad2acbe326f9 (patch)
tree7d7b1d989b2533d536725b2b7a6d0e63b9c4c2ae /rust-toolchain.toml
parent8a811cfcf75b25fe81168134bf0cf8a8d387c391 (diff)
wip
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 5db74c7a9..bad6d3a42 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,8 +1,8 @@
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-06-28" 4channel = "nightly"
5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 5components = [ "rust-src", "rustfmt", "llvm-tools" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",
8 "thumbv7m-none-eabi", 8 "thumbv7m-none-eabi",