Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Jan 18, 2025
1 parent e230ba3 commit 3886610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/cw-multi-test/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The following table summarizes feature flags supported by **`MultiTest`**.
| `cosmwasm_1_4` | Enables `cosmwasm_1_4` feature in _**cosmwasm-std**_ dependency and additionally `cosmwasm_1_3` feature in **`MultiTest`** library. |
| `cosmwasm_2_0` | Enables `cosmwasm_2_0` feature in _**cosmwasm-std**_ dependency and additionally `cosmwasm_1_4` feature in **`MultiTest`** library. |
| `cosmwasm_2_1` | Enables `cosmwasm_2_1` feature in _**cosmwasm-std**_ dependency and additionally `cosmwasm_2_0` feature in **`MultiTest`** library. |
| `cosmwasm_2_2` | Enables `cosmwasm_2_2` feature in _**cosmwasm-std**_ dependency and additionally `cosmwasm_2_1` feature in **`MultiTest`** library. |

## Starting point

Expand All @@ -55,5 +56,5 @@ in **Cargo.toml** file:
cosmwasm-std = "2"

[dev-dependencies]
cw-multi-test = { version = "2", features = ["staking", "stargate", "cosmwasm_2_1"] }
cw-multi-test = { version = "2", features = ["staking", "stargate", "cosmwasm_2_2"] }
```

0 comments on commit 3886610

Please sign in to comment.