From 740f975e71e50b8790a564d15e1e02e52790bd7d Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Fri, 24 May 2024 11:56:21 -0400 Subject: [PATCH] added staking feature flag to cosmwasm-std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c652655..bd2f142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ polytone-note = { path = "contracts/main/note", version = "1.0.0" } polytone-voice = { path = "contracts/main/voice", version = "1.0.0" } cosmwasm-schema = "1.5.4" -cosmwasm-std = { version = "1.5.4", features = ["ibc3"] } +cosmwasm-std = { version = "1.5.4", features = ["ibc3", "staking"] } cw-storage-plus = "1.0.1" cw-utils = "1.0.1" cw2 = "1.0.1"