Skip to content

Commit

Permalink
fix: Add osmosis feature to cw-it import
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Feb 25, 2023
1 parent 12c341e commit 5c6c1a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cw-dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ astroport-types = { workspace = true, optional = true}
uint = {version = "0.9.3", optional = true}

[dev-dependencies]
cw-it = { workspace = true }
cw-it = { workspace = true, features = ["osmosis", "astroport"] }
test-case = "3.0.0"
cw-dex-test-contract = { workspace = true }
cw-dex-test-helpers = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cosmwasm-std = { workspace = true }
apollo-cw-asset = { workspace = true }
apollo-utils = { workspace = true }
cw-dex-test-contract = { workspace = true }
cw-it = { workspace = true, features = ["astroport"] }
cw-it = { workspace = true, features = ["astroport", "osmosis"] }
astroport-types = { workspace = true }
cw20 = { workspace = true }
cw20-base = { workspace = true }

0 comments on commit 5c6c1a5

Please sign in to comment.