Skip to content

Commit

Permalink
Updated starting dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Aug 14, 2024
1 parent d0d8c70 commit f736ada
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/cw-multi-test/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,15 @@ The following table summarizes all the 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. |

## Feature flags starting point
## Starting point

Usually, a good starting point when using **`MultiTest`** is the following dependency configuration
in `Cargo.toml` file:

```toml
[dependencies]
cosmwasm-std = "2"

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

0 comments on commit f736ada

Please sign in to comment.