From 0f80f6ec7dc854076a5e8cf3ca873f9796260ede Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 4 Jul 2023 13:21:52 -0400 Subject: [PATCH] Move location of serai-client in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ]