From d8a60e34d25f2d94c23380cd51485f2c2863468e Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 27 May 2024 12:55:32 +0200 Subject: [PATCH] Remove governance-contract Additionally also remove the contract-helpers workspace member as it was only used by the license-contract. It's functionalities moved to the license-contract. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92a61ddccf..7ab23041bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,10 @@ members = [ "circuits/license", "circuits/storage", - "contract-helpers", "contracts/alice", "contracts/bob", "contracts/stake", "contracts/stake-types", - "contracts/governance", "contracts/transfer", "contracts/transfer-types", "contracts/license",