From be754e0a9dd128b0edb5920311b1585f4201f085 Mon Sep 17 00:00:00 2001 From: PFC <81114960+PFC-developer@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:36:03 -0500 Subject: [PATCH] fix: fix workspace members --- Cargo.lock | 21 --------------------- Cargo.toml | 1 - 2 files changed, 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f1ddc0..b8b37bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,27 +711,6 @@ dependencies = [ "serde", ] -[[package]] -name = "pfc-steak-hub-dao" -version = "3.0.18" -dependencies = [ - "cosmwasm-std", - "cw-item-set", - "cw-ownable", - "cw-storage-plus 1.2.0", - "cw2 1.1.2", - "osmosis-std-derive", - "pfc-dust-collector", - "pfc-fee-split 1.5.0", - "pfc-steak", - "pfc-steak-dao", - "prost", - "prost-types", - "protobuf", - "schemars", - "serde", -] - [[package]] name = "pfc-steak-hub-tf" version = "3.0.19" diff --git a/Cargo.toml b/Cargo.toml index a54486e..30c7359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ [workspace] members = ["contracts/token", "contracts/hub", "contracts/hub-tf", - "contracts/hub-dao", "packages/*"] resolver = '1'