aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-28 18:14:55 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-28 18:14:55 +0100
commit8d36fe388240b02ae5ef2f49b310e215fc9dffc3 (patch)
treed35f36aaccc8389b1e89b21a5dd366bc22678d93 /rust-toolchain.toml
parent750aa3ceec845158bdce747a3d1dc9967e79f6fa (diff)
ci: use stable 1.75.
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 e1af0b647..a6fe52ee2 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "beta-2023-12-17" 2channel = "1.75"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",