forked from lurk-lab/lurk-beta
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make nextest install multi-platform, merge in arm64
Fixes lurk-lab#248 fix: manage tooling install in one place
- Loading branch information
1 parent
52c23ff
commit fee0c34
Showing
2 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[toolchain] | ||
channel = "1.67.0" | ||
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-unknown-unknown" ] | ||
components = [ "rustc", "cargo", "clippy", "rustfmt", "rust-src", | ||
"rust-analysis", "rust-analyzer" ] | ||
components = [ "rustc", "cargo", "clippy", "rustfmt", "rust-src", "rust-analysis", "rust-analyzer" ] | ||
profile = "default" | ||
|