From 25579ce8a3de7f9776b19b89fa3dfd92893534cc Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Mon, 17 Feb 2025 10:08:15 +0100 Subject: [PATCH] chore(docs): add book/cli to workspace exclusions (#14527) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6af0699916..bbd6604216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ members = [ "testing/testing-utils", ] default-members = ["bin/reth"] -exclude = ["book/sources"] +exclude = ["book/sources", "book/cli"] # Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021 # https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html