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.
1919features = [" const-extern-fn" , " extra_traits" ]
2020default-target = " x86_64-unknown-linux-gnu"
2121targets = [
22+ " aarch64-apple-ios" ,
2223 " aarch64-linux-android" ,
2324 " aarch64-pc-windows-msvc" ,
2425 " aarch64-unknown-freebsd" ,
@@ -102,12 +103,12 @@ targets = [
102103 " wasm32-unknown-emscripten" ,
103104 " wasm32-unknown-unknown" ,
104105 " wasm32-wasi" ,
106+ " x86_64-apple-darwin" ,
107+ " x86_64-apple-ios" ,
105108 " x86_64-fortanix-unknown-sgx" ,
106109 " x86_64-linux-android" ,
107110 " x86_64-pc-solaris" ,
108111 " x86_64-pc-windows-gnu" ,
109- " x86_64-pc-windows-gnu" ,
110- " x86_64-pc-windows-msvc" ,
111112 " x86_64-pc-windows-msvc" ,
112113 " x86_64-unknown-dragonfly" ,
113114 " x86_64-unknown-freebsd" ,
You can’t perform that action at this time.
0 commit comments