Skip to content

Commit a0e7ec4

Browse files
committed
Remove targets.
At this moment, it is not needed to pull in the toolchains for these targets on each CI build.
1 parent c261ef4 commit a0e7ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[toolchain]
22
channel = "1.69.0"
33
components = ["rustfmt", "clippy"]
4-
targets = ["armv5te-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabihf"]
5-
profile = "default"
4+
profile = "default"

0 commit comments

Comments
 (0)