From b33f21d44bbd750f179f9ea4e28b088a05bcce37 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 21 Apr 2021 12:03:57 -0400 Subject: [PATCH] Remove top level TOML file from bridges subtree This confuses Cargo when building from the Polkadot repo --- polkadot/bridges/Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 polkadot/bridges/Cargo.toml diff --git a/polkadot/bridges/Cargo.toml b/polkadot/bridges/Cargo.toml deleted file mode 100644 index 1090a0fe5b..0000000000 --- a/polkadot/bridges/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[workspace] -resolver = "2" - -members = [ - "bin/*/node", - "bin/*/runtime", - "fuzz/*", - "modules/*", - "primitives/*", - "relays/*", -]