Fix just check: Rm deleted features from cargo-hack check

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-05-05 23:54:55 +10:00
parent 90670a6bc9
commit 8bda7eadf5
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928

View file

@ -219,7 +219,7 @@ check: print-env
{{cargo-bin}} check -p cargo-binstall --no-default-features --features rustls {{cargo-check-args}} --profile check-only {{cargo-bin}} check -p cargo-binstall --no-default-features --features rustls {{cargo-check-args}} --profile check-only
cargo-hack hack check -p binstalk-downloader \ cargo-hack hack check -p binstalk-downloader \
--feature-powerset \ --feature-powerset \
--include-features default,json,gh-api-client \ --include-features default,json \
--profile check-only \ --profile check-only \
{{cargo-check-args}} {{cargo-check-args}}