Skip to content

Commit

Permalink
Add osx arm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 10, 2024
1 parent 377d4c1 commit 6ba5325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ targets = [
# Server targets we support.
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl"
"aarch64-unknown-linux-musl",
"aarch64-apple-darwin"
]

0 comments on commit 6ba5325

Please sign in to comment.