Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Sep 16, 2024
1 parent 98636c4 commit 19d22f9
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 @@ -43,6 +43,7 @@ The following table summarizes feature flags supported by **`MultiTest`**.
| `cosmwasm_1_3` | Enables `cosmwasm_1_3` feature in _**cosmwasm-std**_ dependency and additionally `cosmwasm_1_2` feature in **`MultiTest`** library. |
| `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. |

## Starting point

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

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

0 comments on commit 19d22f9

Please sign in to comment.