Skip to content

Commit

Permalink
chore: bump cw-dex-osmosis version and re-export cw-dex
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 21, 2024
1 parent 929ccea commit 9db5a1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 3 additions & 0 deletions cw-dex-astroport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ pub use pool::AstroportPool;
pub use staking::AstroportStaking;

pub use {astroport, astroport_v5};

/// Re-export `cw-dex` for convenience
pub use cw_dex;
2 changes: 1 addition & 1 deletion cw-dex-osmosis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Osmosis AMM"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/apollodao/cw-dex"
version = "0.1.0"
version = "0.1.1-rc.1"
readme = "README.md"

[features]
Expand Down
3 changes: 3 additions & 0 deletions cw-dex-osmosis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ mod staking;
pub use osmosis_std;
pub use pool::*;
pub use staking::*;

/// Re-export `cw-dex` for convenience
pub use cw_dex;

0 comments on commit 9db5a1f

Please sign in to comment.