From 558acf1c8620b050c4c778eb7f0322dacafe42a3 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 10 Dec 2023 12:29:06 +0900 Subject: [PATCH] Generate `aarch64-apple-darwin` docs on docs.rs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b70de560209fe..123f4deb3bbae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ Raw FFI bindings to platform libraries like libc. features = ["const-extern-fn", "extra_traits"] default-target = "x86_64-unknown-linux-gnu" targets = [ + "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-linux-android", "aarch64-pc-windows-msvc",