aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-18 00:31:42 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-18 00:43:57 +0200
commitdcdc0638b6fbec5b68055a5592d71458f83da875 (patch)
tree7b4d90f252ae58d9059e90f28b05c9541c2af631 /rust-toolchain.toml
parent0225c2a0f2ac7fbca5fe1c4d048a09c70738bcb3 (diff)
Update to rust 1.82.
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 80acb3b5e..69a964040 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.81" 2channel = "1.82"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",