From ae4484fb20f99a7567e1f8c17dcfdc5dd6e26801 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 31 Oct 2024 15:30:45 -0400 Subject: [PATCH] feat: exclude op-alloy from cargo hack --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index d49f50fcd..fbd03036c 100644 --- a/Justfile +++ b/Justfile @@ -33,7 +33,7 @@ fmt-native-check: # Lint the Rust documentation lint-docs: - RUSTDOCFLAGS="-D warnings" cargo doc --all --no-deps --document-private-items + RUSTDOCFLAGS="-D warnings" cargo doc --all --no-deps --document-private-items # Fixes the formatting of the workspace fmtf: @@ -45,4 +45,4 @@ build *args='': # Runs `cargo hack check` against the workspace hack: - cargo hack check --feature-powerset --no-dev-deps + cargo hack check --feature-powerset --no-dev-deps --exclude op-alloy