Skip to content

Commit

Permalink
Remove targets from rust-toolchain.toml
Browse files Browse the repository at this point in the history
Toolchains in the rust-toolchain.toml file do not actually enforce what toolchains are supported, but specified which toolchains need to be downloaded. This forces each device building the project to download all 4 targets before actually building.
  • Loading branch information
lukas0008 committed Sep 6, 2024
1 parent b40c2fa commit ca2e4e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[toolchain]
# Anything in the latest stable version of rust is fine to use.
channel = "stable"
targets = [
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]

0 comments on commit ca2e4e2

Please sign in to comment.