Skip to content

Commit

Permalink
feat(rust): add standard targets
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Oct 25, 2023
1 parent c1bf556 commit 539c77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/example/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
channel = "1.73.0"
profile = "default"
components = [ ]
targets = ["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl", "aarch64-apple-darwin"]

0 comments on commit 539c77a

Please sign in to comment.