diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-03-21 14:27:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-21 14:27:36 +0000 |
| commit | ee1aa80e3063de35a6f68c918a18b506d7f49539 (patch) | |
| tree | c4a112e7734aeb4fa174feff007af001996cf221 | |
| parent | 29d388042cdbd76d46f66ebe58cc580edb4515f8 (diff) | |
| parent | 3ae19bb8f983b627d067e6167db4a7f19af28d1e (diff) | |
Merge pull request #2724 from embassy-rs/update-rust
Update stable Rust to 1.77
| -rw-r--r-- | rust-toolchain.toml | 2 |
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] |
| 2 | channel = "1.75" | 2 | channel = "1.77" |
| 3 | components = [ "rust-src", "rustfmt", "llvm-tools" ] | 3 | components = [ "rust-src", "rustfmt", "llvm-tools" ] |
| 4 | targets = [ | 4 | targets = [ |
| 5 | "thumbv7em-none-eabi", | 5 | "thumbv7em-none-eabi", |
