aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-02-08 17:12:22 +0100
committerDario Nieuwenhuis <[email protected]>2023-02-08 17:13:19 +0100
commitac3e225988f1666eaa773a20561cbf40a3295613 (patch)
tree7b461874058fd77bda7d47cb5d6f397422a8c2b6
parent9d637070a516a9ed24c3e12a20082ffdf54f72fb (diff)
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 f2adc4357..da75fa53a 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-11-22" 4channel = "nightly-2023-02-07"
5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",