diff --git a/Cargo.toml b/Cargo.toml index 8b859d90..409543d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,6 @@ members = [ "coordinator", "substrate/primitives", - "substrate/client", "substrate/tokens/primitives", "substrate/tokens/pallet", @@ -47,6 +46,8 @@ members = [ "substrate/runtime", "substrate/node", + "substrate/client", + "tests/no-std", ]