Skip to content

Commit

Permalink
chore: prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Feb 13, 2024
1 parent 4e2991d commit 9237b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cw-dex-astroport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"

[features]
default = []
osmosis-test-tube = ["cw-it/osmosis-test-tube", "cw-dex-test-helpers/osmosis-test-tube"]
osmosis-test-tube = ["cw-it/osmosis-test-tube"]
# backtraces = ["cosmwasm-std/backtraces", "osmosis-std/backtraces"]

[package.metadata.docs.rs]
Expand All @@ -35,7 +35,7 @@ cw2 = { workspace = true }
cw-it = { workspace = true, features = ["astroport", "multi-test", "astroport-multi-test"] }
test-case = { workspace = true }
cw-dex-test-contract = { workspace = true }
cw-dex-test-helpers = { workspace = true, features = ["astroport"] }
cw-dex-test-helpers = { workspace = true, features = ["astroport", "osmosis-test-tube"] }
proptest = { workspace = true }
cw20-base = { workspace = true }
cw20 = { workspace = true }
3 changes: 3 additions & 0 deletions cw-dex-astroport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cw-dex-astroport

This crate contains [cw-dex](https://crates.io/crates/cw-dex) implementations for Astroport.

0 comments on commit 9237b9f

Please sign in to comment.