From b67ebe9aea81dc28fa847cbd9e2b69b7aefc8f3e Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 12 Aug 2024 20:15:27 +0000 Subject: [PATCH] chore: Use the `simple_generator` feature for `simple_example` Signed-off-by: Awiteb --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index fb19106..23a0727 100644 --- a/Justfile +++ b/Justfile @@ -19,7 +19,7 @@ _default: # Run the CI (Local use only) @ci: cargo fmt --all --check - cargo build -F 'cacache-storage' --example simple_login + cargo build -F 'simple_generator' --example simple_login cargo clippy --workspace --all-targets --examples --tests --all-features -- -D warnings cargo nextest run --workspace --all-targets --all-features @{{JUST_EXECUTABLE}} msrv