From f6eedec9170f8d3ae2e9d38b7e29d6591a023e2f Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Sat, 1 Feb 2025 20:17:51 +0900 Subject: [PATCH] build: Add nc-consensus to default-members --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02527ee..727238f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ members = [ "vendor/solana/rpc-client-api", ] default-members = [ - "client/consensus/pow", + "client/*", "core-primitives", "frame/*", "primitives/*",