aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-03-21 14:27:36 +0000
committerGitHub <[email protected]>2024-03-21 14:27:36 +0000
commitee1aa80e3063de35a6f68c918a18b506d7f49539 (patch)
treec4a112e7734aeb4fa174feff007af001996cf221
parent29d388042cdbd76d46f66ebe58cc580edb4515f8 (diff)
parent3ae19bb8f983b627d067e6167db4a7f19af28d1e (diff)
Merge pull request #2724 from embassy-rs/update-rust
Update stable Rust to 1.77
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index a6fe52ee2..2f5d17069 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.75" 2channel = "1.77"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",