aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-03-21 15:15:51 +0100
committerDario Nieuwenhuis <[email protected]>2024-03-21 15:15:51 +0100
commit3ae19bb8f983b627d067e6167db4a7f19af28d1e (patch)
treec4a112e7734aeb4fa174feff007af001996cf221
parent29d388042cdbd76d46f66ebe58cc580edb4515f8 (diff)
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",