From a4887708cbc5ec8c0e8edaf0e48252517c2ae6dd Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:12:29 -0500 Subject: [PATCH] remove module feature. will wait for grpc --- packages/provwasm-std/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/provwasm-std/Cargo.toml b/packages/provwasm-std/Cargo.toml index 2268cc56..d9512878 100644 --- a/packages/provwasm-std/Cargo.toml +++ b/packages/provwasm-std/Cargo.toml @@ -22,12 +22,3 @@ serde = { workspace = true, default-features = false, features = ["derive"] } serde-cw-value = "0.7.0" base64 = "0.21.0" strum_macros = "0.25.3" - -[features] -default = ["cosmos", "provenance"] -capability = [] -cosmos = ["tendermint"] -cosmwasm = [] -ibc = [] -provenance = ["ibc"] -tendermint = [] \ No newline at end of file