Skip to content

Commit

Permalink
0.24 abstract bump (#485)
Browse files Browse the repository at this point in the history
* bump packages

* update snapshots
  • Loading branch information
Buckram123 authored Oct 8, 2024
1 parent ace1962 commit a3923c7
Show file tree
Hide file tree
Showing 38 changed files with 539 additions and 559 deletions.
166 changes: 81 additions & 85 deletions framework/Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.23.0"
version = "0.24.0"
authors = [
"CyberHoward <[email protected]>",
"Riada <[email protected]>",
Expand Down Expand Up @@ -81,14 +81,14 @@ ibc-host = { package = "abstract-ibc-host", path = "contracts/native/ibc-host" }
abstract-account = { path = "contracts/account", default-features = false }

abstract-ica = { path = "packages/abstract-ica" }
abstract-sdk = { version = "0.23.0", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.23.0", path = "packages/abstract-testing" }
abstract-std = { version = "0.23.0", path = "packages/abstract-std" }
abstract-sdk = { version = "0.24.0", path = "packages/abstract-sdk" }
abstract-testing = { version = "0.24.0", path = "packages/abstract-testing" }
abstract-std = { version = "0.24.0", path = "packages/abstract-std" }

# These should remain fixed and don't need to be re-published (unless changes are made)
abstract-macros = { version = "0.23.0", path = "packages/abstract-macros" }
abstract-macros = { version = "0.24.0", path = "packages/abstract-macros" }

abstract-adapter-utils = { version = "0.23.0", path = "packages/standards/utils" }
abstract-adapter-utils = { version = "0.24.0", path = "packages/standards/utils" }
abstract-dex-standard = { path = "packages/standards/dex" }
abstract-staking-standard = { path = "packages/standards/staking" }

Expand Down

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

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

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

Loading

0 comments on commit a3923c7

Please sign in to comment.