Skip to content

Commit

Permalink
Reduce unsupported for cargo-make (#182)
Browse files Browse the repository at this point in the history
* Test cargo-make

* a
  • Loading branch information
harmless-tech authored Oct 29, 2023
1 parent 5f5f5b5 commit c368d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions crates/cargo-make.toml
Original file line number Diff line number Diff line change
@@ -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"]
2 changes: 1 addition & 1 deletion pr/_allowlist
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cargo-expand
cargo-make

0 comments on commit c368d73

Please sign in to comment.