From 8bda7eadf5541fbefc5916a7c1c3ae119d922d8a Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 5 May 2024 23:54:55 +1000 Subject: [PATCH] Fix `just check`: Rm deleted features from `cargo-hack` check Signed-off-by: Jiahao XU --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d01a9510..b68488b8 100644 --- a/justfile +++ b/justfile @@ -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-hack hack check -p binstalk-downloader \ --feature-powerset \ - --include-features default,json,gh-api-client \ + --include-features default,json \ --profile check-only \ {{cargo-check-args}}