From 39e31c14a2932f652268408fb447c10e83646491 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Fri, 9 Aug 2024 13:17:45 +0200 Subject: [PATCH] Bump docs.rs cosmwasm feature --- packages/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/std/Cargo.toml b/packages/std/Cargo.toml index d19af9e2c..4580f9df2 100644 --- a/packages/std/Cargo.toml +++ b/packages/std/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" readme = "README.md" [package.metadata.docs.rs] -features = ["abort", "stargate", "staking", "cosmwasm_2_1"] +features = ["abort", "stargate", "staking", "cosmwasm_2_2"] [features] default = ["iterator", "abort", "std"]