aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-08-17 13:44:24 +0200
committerDario Nieuwenhuis <[email protected]>2022-08-17 13:44:24 +0200
commit13b1ca1eb65ddf969526fd71841145ad9a0502f8 (patch)
tree34f56bd7558d23d6a9dd169cae36e02b161b0352 /rust-toolchain.toml
parent6ea8d5f890d3ff933352d2b958737d7a319064bd (diff)
Update 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 c6d0f485f..f5e342edc 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-2022-07-13" 4channel = "nightly-2022-08-16"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",