aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-05-12 23:31:42 +0200
committerDario Nieuwenhuis <[email protected]>2024-05-12 23:31:42 +0200
commitf30b298b0e412c5f14859b419cf01d47a5ea1e01 (patch)
treeba1da70fc52977c9c46016375e4096fb84c6c16d /rust-toolchain.toml
parent4cade64ebd34bf93458f17cfe85c5f710d0ff13c (diff)
Update stable Rust.
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 2f5d17069..57185e217 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.77" 2channel = "1.78"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",