Skip to content

Commit

Permalink
chore: bump rc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmanifold committed Aug 26, 2024
1 parent 822d4c3 commit 7ee8c0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
21 changes: 9 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Apollo Devs <[email protected]>"]
edition = "2021"
name = "cw-dex-router"
version = "0.4.1-rc.2"
version = "0.5.0-rc.1"
readme = "README.md"
repository = "https://github.com/apollodao/cw-dex-router"
homepage = "https://apollo.farm"
Expand Down Expand Up @@ -51,17 +51,17 @@ cosmwasm-std = "1.5.4"
cosmwasm-schema = "1.2.1"
apollo-cw-asset = "0.1.0"
cw-controllers = "1.0.1"
cw-dex = "0.5.4-rc.1"
cw-dex = "0.6.0-rc.5"
cw-storage-plus = "1.0.1"
cw2 = "1.0.1"
cw20 = "1.0.1"
thiserror = "1.0.38"
apollo-utils = "0.1.0"
cw-dex-osmosis = { version = "0.1.1-rc.1", optional = true }
cw-dex-astroport = { version = "0.2.0-rc.3", optional = true}
cw-dex-osmosis = { version = "0.2.0-rc.1", optional = true }
cw-dex-astroport = { version = "0.3.0-rc.2", optional = true}

[dev-dependencies]
cw-it = { version = "0.4.0-rc.9", features = ["osmosis-test-tube"] }
cw-it = { version = "0.4.0-rc.10", features = ["osmosis-test-tube"] }
test-case = "3.0.0"
serde_json = "1.0.107"

Expand Down

0 comments on commit 7ee8c0d

Please sign in to comment.