Skip to content

Commit

Permalink
chore: prepare release 0.1.0 of cw-dex-osmosis (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Sturdy <[email protected]>
  • Loading branch information
pacmanifold and apollo-sturdy authored Mar 7, 2024
1 parent aba0ff0 commit 4889740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cw-dex-osmosis/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 @@ -31,7 +31,7 @@ osmosis-std = { workspace = true }
cw-it = { workspace = true }
test-case = { workspace = true }
cw-dex-test-contract = { workspace = true }
cw-dex-test-helpers = { workspace = true, features = ["osmosis"] }
cw-dex-test-helpers = { workspace = true, features = ["osmosis", "osmosis-test-tube"] }
proptest = { workspace = true }
cw20-base = { workspace = true }
cw20 = { workspace = true }
3 changes: 3 additions & 0 deletions cw-dex-osmosis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cw-dex-osmosis

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

0 comments on commit 4889740

Please sign in to comment.