aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-09-09 02:13:17 +0200
committerGitHub <[email protected]>2024-09-09 02:13:17 +0200
commit74e724f96869680da4893ad7024676bef1c57334 (patch)
tree068955cb14dfcd59c2e21fb31b49b8eb072c58dd
parent1cf778904d597a5bc01a4b7862f965681636faf1 (diff)
Update to Rust 1.81 (#3322)
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index ce9040a70..80acb3b5e 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.80" 2channel = "1.81"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",