From c444859ccde9b18e2098a38d0af8a490f2ebe37e Mon Sep 17 00:00:00 2001 From: funkill2 Date: Fri, 10 May 2024 04:00:14 +0300 Subject: [PATCH] update original --- rustbook-en/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rustbook-en/Cargo.toml b/rustbook-en/Cargo.toml index dd7b0e4fa..0a24b0da0 100644 --- a/rustbook-en/Cargo.toml +++ b/rustbook-en/Cargo.toml @@ -2,7 +2,10 @@ members = ["packages/*"] default-members = ["packages/*"] resolver = "2" -exclude = ["linkchecker"] # part of the CI workflow +exclude = [ + "linkchecker", # linkchecker is part of the CI workflow + "listings", # these are intentionally distinct from the workspace +] [workspace.dependencies] walkdir = "2.3.1"