File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Raw FFI bindings to platform libraries like libc.
19
19
features = [" const-extern-fn" , " extra_traits" ]
20
20
default-target = " x86_64-unknown-linux-gnu"
21
21
targets = [
22
+ " aarch64-apple-ios" ,
22
23
" aarch64-linux-android" ,
23
24
" aarch64-pc-windows-msvc" ,
24
25
" aarch64-unknown-freebsd" ,
@@ -102,12 +103,12 @@ targets = [
102
103
" wasm32-unknown-emscripten" ,
103
104
" wasm32-unknown-unknown" ,
104
105
" wasm32-wasi" ,
106
+ " x86_64-apple-darwin" ,
107
+ " x86_64-apple-ios" ,
105
108
" x86_64-fortanix-unknown-sgx" ,
106
109
" x86_64-linux-android" ,
107
110
" x86_64-pc-solaris" ,
108
111
" x86_64-pc-windows-gnu" ,
109
- " x86_64-pc-windows-gnu" ,
110
- " x86_64-pc-windows-msvc" ,
111
112
" x86_64-pc-windows-msvc" ,
112
113
" x86_64-unknown-dragonfly" ,
113
114
" x86_64-unknown-freebsd" ,
You can’t perform that action at this time.
0 commit comments