aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-28 17:59:45 +0100
committerDario Nieuwenhuis <[email protected]>2024-12-16 16:06:00 +0100
commit87280463b24ce4d50b655aa526ab034b0dc2ad61 (patch)
tree5cea7b8d16697105f6b94d078c5acabea7f1f958
parent47e96beff4fc4c8dff8bf6d6a67e1d2e81c40495 (diff)
Update to Rust 1.83
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 69a964040..704d2e3a2 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.82" 2channel = "1.83"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",