Skip to content

Commit

Permalink
Remove uncecessary targets from rust-toolchain.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 11, 2024
1 parent 6f0e0b5 commit 98ff58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

[toolchain]
channel = "nightly-2024-01-06"
targets = [ "x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl" ]
components = [ "rustfmt", "rust-src", "rustc-dev", "llvm-tools-preview" ]

0 comments on commit 98ff58b

Please sign in to comment.