Merge pull request #219411 from wegank/cargo-tarpaulin-platforms

cargo-tarpaulin: add aarch64 support
This commit is contained in:
Nick Cao 2023-03-04 09:38:53 +08:00 committed by GitHub
commit 3a166f1b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/xd009642/tarpaulin";
license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ hugoreeves ];
platforms = lib.platforms.x86_64;
};
}