From e406a05694a571ef01ae8bb5b684022f40086322 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 15 Sep 2022 12:24:04 +0100 Subject: [PATCH] Re-excluding clients/webassembly which breaks cargo build --all --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 356744e82c..5085ab54c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ members = [ "clients/native", "clients/native/websocket-requests", "clients/socks5", - "clients/webassembly", "common/bandwidth-claim-contract", "common/client-libs/gateway-client", "common/client-libs/mixnet-client", @@ -86,4 +85,4 @@ default-members = [ "explorer-api", ] -exclude = ["explorer", "contracts", "tokenomics-py", "clients/webassembly", "nym-wallet", "nym-connect"] +exclude = ["explorer", "contracts", "clients/webassembly", "nym-wallet", "nym-connect"]