-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ace1962
commit cf3e927
Showing
16 changed files
with
145 additions
and
165 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.23.0" | ||
version = "0.24.0" | ||
authors = [ | ||
"CyberHoward <[email protected]>", | ||
"Riada <[email protected]>", | ||
|
@@ -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" } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.23.0" | ||
version = "0.24.0" | ||
authors = [ | ||
"CyberHoward <[email protected]>", | ||
"Riada <[email protected]>", | ||
|
@@ -52,15 +52,15 @@ semver = "1.0" | |
|
||
## crates in order of publishing ## see docs/Publishing.md | ||
|
||
abstract-interface = { version = "0.23.0" } | ||
abstract-adapter = { version = "0.23.0" } | ||
abstract-sdk = { version = "0.23.0" } | ||
abstract-std = { version = "0.23.0" } | ||
abstract-interface = { version = "0.24.0" } | ||
abstract-adapter = { version = "0.24.0" } | ||
abstract-sdk = { version = "0.24.0" } | ||
abstract-std = { version = "0.24.0" } | ||
|
||
abstract-adapter-utils = { version = "0.23.0" } | ||
abstract-dex-standard = { version = "0.23.0" } | ||
abstract-money-market-standard = { version = "0.23.0" } | ||
abstract-staking-standard = { version = "0.23.0" } | ||
abstract-adapter-utils = { version = "0.24.0" } | ||
abstract-dex-standard = { version = "0.24.0" } | ||
abstract-money-market-standard = { version = "0.24.0" } | ||
abstract-staking-standard = { version = "0.24.0" } | ||
|
||
# TODO: REMOVE As soon as new dex-standard published | ||
[patch.crates-io] | ||
|
Oops, something went wrong.