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