Skip to content

Commit 740e784

Browse files
committed
Auto merge of #3470 - JohnTitor:docs-rs-aarch64-apple-darwin, r=JohnTitor
Generate `aarch64-apple-darwin` docs on docs.rs Fixes #3289 (I think we've now added most targets on Apple devices)
2 parents c4e3e91 + 558acf1 commit 740e784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Raw FFI bindings to platform libraries like libc.
1919
features = ["const-extern-fn", "extra_traits"]
2020
default-target = "x86_64-unknown-linux-gnu"
2121
targets = [
22+
"aarch64-apple-darwin",
2223
"aarch64-apple-ios",
2324
"aarch64-linux-android",
2425
"aarch64-pc-windows-msvc",

0 commit comments

Comments
 (0)