aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-22 00:01:43 +0000
committerGitHub <[email protected]>2025-09-22 00:01:43 +0000
commit539837a7485381f83ef078595a4e248a0ea11436 (patch)
tree946ba46eac5e07e7fe502a823f1c2d87e706caeb /rust-toolchain.toml
parent0eaf5bc1fffbd808397fe4f6af85198c45b1daa9 (diff)
parent0850f3b537feb66160b721c280d07d7c85518151 (diff)
Merge pull request #4694 from embassy-rs/update-rust-234
Update 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 e24864037..5d925c934 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.88" 2channel = "1.90"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",