From c368d73c5722fc63b2c0be72e032eb2c86a8d7ea Mon Sep 17 00:00:00 2001 From: harmless-tech <28830529+harmless-tech@users.noreply.github.com> Date: Sun, 29 Oct 2023 03:41:56 -0400 Subject: [PATCH] Reduce unsupported for cargo-make (#182) * Test cargo-make * a --- crates/cargo-make.toml | 9 +-------- pr/_allowlist | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/crates/cargo-make.toml b/crates/cargo-make.toml index ae87b799..fc864005 100644 --- a/crates/cargo-make.toml +++ b/crates/cargo-make.toml @@ -1,12 +1,5 @@ [info] id = "cargo-make" git = "https://github.com/sagiegurari/cargo-make" -unsupported = [ - "riscv64gc-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "aarch64-pc-windows-msvc", - "x86_64-sun-solaris", - "powerpc64-unknown-linux-gnu", - "powerpc64le-unknown-linux-gnu", -] +unsupported = ["x86_64-sun-solaris"] bins = ["cargo-make", "makers"] diff --git a/pr/_allowlist b/pr/_allowlist index dbabdf71..92274a8f 100644 --- a/pr/_allowlist +++ b/pr/_allowlist @@ -1 +1 @@ -cargo-expand \ No newline at end of file +cargo-make \ No newline at end of file