Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Oct 25, 2024
2 parents f2ccfbc + a743952 commit 63a8a10
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["contracts/apps/croncat", "contracts/apps/dca"]
resolver = "2"

[workspace.package]
version = "0.24.1-beta.2"
version = "0.24.1"
authors = [
"CyberHoward <[email protected]>",
"Riada <[email protected]>",
Expand Down Expand Up @@ -47,25 +47,25 @@ chrono = { version = "0.4.31", default-features = false }
clap = { version = "4.0.32", features = ["derive"] }
semver = "1.0"

cw-orch = { version = "0.27.0" }
cw-orch-interchain = { version = "0.8.1" }
# cw-orch-osmosis-test-tube = { version = "0.2.0" }
cw-orch = { version = "0.26.0" }
cw-orch-interchain = { version = "0.7.0" }
cw-orch-osmosis-test-tube = { version = "0.4.0" }
tokio = { version = "1.4", features = ["full"] }

## crates in order of publishing ## see docs/Publishing.md

abstract-interface = { version = "0.24.1-beta.2" }
abstract-adapter = { version = "0.24.1-beta.2" }
abstract-app = { version = "0.24.1-beta.2" }
abstract-standalone = { version = "0.24.1-beta.2" }
abstract-testing = { version = "0.24.1-beta.2" }
abstract-macros = { version = "0.24.1-beta.2" }
abstract-client = { version = "0.24.1-beta.2" }

abstract-adapter-utils = { version = "0.24.1-beta.2" }
abstract-dex-standard = { version = "0.24.1-beta.2" }
abstract-staking-standard = { version = "0.24.1-beta.2" }
abstract-money-market-standard = { version = "0.24.1-beta.2" }
abstract-interface = { version = "0.24.1" }
abstract-adapter = { version = "0.24.1" }
abstract-app = { version = "0.24.1" }
abstract-standalone = { version = "0.24.1" }
abstract-testing = { version = "0.24.1" }
abstract-macros = { version = "0.24.1" }
abstract-client = { version = "0.24.1" }

abstract-adapter-utils = { version = "0.24.1" }
abstract-dex-standard = { version = "0.24.1" }
abstract-staking-standard = { version = "0.24.1" }
abstract-money-market-standard = { version = "0.24.1" }

# Integrations
abstract-wyndex-adapter = { path = "../integrations/wyndex-adapter", default-features = false }
Expand Down

0 comments on commit 63a8a10

Please sign in to comment.