Add support for MacOS ARM64 (#3862)
This commit is contained in:
parent
a96491f302
commit
7fbc2118b6
5 changed files with 14 additions and 9 deletions
|
|
@ -7,6 +7,7 @@
|
|||
all-features = true
|
||||
exclude-dev = true
|
||||
targets = [
|
||||
{ triple = "aarch64-apple-darwin" },
|
||||
{ triple = "aarch64-apple-ios" },
|
||||
{ triple = "aarch64-linux-android" },
|
||||
{ triple = "i686-pc-windows-gnu" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue