Skip to content

Commit

Permalink
ci(cargo): remove deprecated ar field
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 20, 2024
1 parent 5ccec8f commit 7d2cef0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
ar = "aarch64-linux-gnu-ar"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"
ar = "aarch64-linux-gnu-ar"

[target.arm-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
ar = "arm-linux-gnueabihf-ar"

0 comments on commit 7d2cef0

Please sign in to comment.