aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authoreZio Pan <[email protected]>2024-01-02 11:55:09 +0800
committerGitHub <[email protected]>2024-01-02 11:55:09 +0800
commitf5a218a018d3ecd899db0ec5460a4e00dac78abe (patch)
treef4bce8b63044bf2de9277385d229b4dbaf4c53e2 /rust-toolchain.toml
parent873ee0615147b4a4e0aacd069ce8ac8df611bbbf (diff)
parent9c2d2ff64d302437e2e0568372c76bf37bbfacf4 (diff)
Merge branch 'embassy-rs:main' into simplepwm-dma
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",