From dcf3469d56a39f3e2cee2477e2331e2dbd035260 Mon Sep 17 00:00:00 2001 From: fantasyup <59591096+fantasyup@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:44:50 -0400 Subject: [PATCH] chore(doc): update exclude list for doc/cli (#17234) Co-authored-by: Matthias Seitz --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 919d48f772..67ba12f33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ members = [ "crates/tracing-otlp", ] default-members = ["bin/reth"] -exclude = ["book/sources", "book/cli"] +exclude = ["docs/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