From dd0cd17b3ac5b6f08dd6d045761518187bdf0439 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Tue, 14 Jul 2020 13:23:43 -0700 Subject: [PATCH] reorder workspace crates (#651) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4e4cc5c..79dc108b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = [ - "tower-batch", + "zebrad", "zebra-chain", "zebra-network", "zebra-state", @@ -10,7 +10,7 @@ members = [ "zebra-client", "zebra-test", "zebra-utils", - "zebrad", + "tower-batch", ] [profile.dev]