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"]