Open
Description
Crate name
getargv
Build failure link
https://docs.rs/crate/getargv/0.1.1/builds/701636
Additional details
This crate has a dep getargv-sys
which requires an apple OS to build, I specify:
[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]
In both crates' Cargo.toml
; but when docs.rs builds the getargv crate, the getargv-sys crate is built with an incompatible system/command.