aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-06-13 20:40:04 +0200
committerDario Nieuwenhuis <[email protected]>2024-06-13 20:40:04 +0200
commit4d9115b3fb17f441a3280dd7913e682157ca1dac (patch)
tree2b3200de38599efcd696835a7d0a01f8e6e27365 /rust-toolchain.toml
parent8d79679bb27ce6eca8904e167a8762ad5fc90604 (diff)
Update stable to Rust 1.79.
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 57185e217..037fc5c6a 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.78" 2channel = "1.79"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",