Skip to content

Commit

Permalink
chore: migrate to cw-assets-v3 and cw-storage-plus-v120
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Jun 10, 2024
1 parent 8501724 commit 1c6ec9d
Show file tree
Hide file tree
Showing 17 changed files with 384 additions and 82 deletions.
136 changes: 89 additions & 47 deletions Cargo.lock

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

16 changes: 9 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
exclude = []

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/terra-money/alliance-protocol"
Expand All @@ -30,17 +30,19 @@ incremental = false
overflow-checks = false

[workspace.dependencies]
cosmwasm-std = "1.1.10"
cosmwasm-std = "1.5.5"
cosmwasm-storage = "1.1.10"
cosmwasm-schema = "1.1.10"
cw-storage-plus = "0.16.0"
cw-asset = "2.4.0"
cosmwasm-schema = "1.5.5"
cw_storage_plus_016 = { package = "cw-storage-plus", version = "0.16.0" }
cw_storage_plus_120 = { package = "cw-storage-plus", version = "1.2.0" }
cw_asset_v3 = { package = "cw-asset", version = "3.1.1" }
cw_asset_v2 = { package = "cw-asset", version = "2.4.0" }
schemars = "0.8.11"
serde = { version = "1.0.152", default-features = false, features = ["derive"] }
terra-proto-rs = { version = "3.0.1", default-features = false}
thiserror = { version = "1.0.38" }
cw2 = "1.0.1"
cw20 ="1.0.1"
cw2 = "1.1.2"
cw20 ="1.1.2"
semver = "1.0.22"

alliance-protocol = { path = "./packages/alliance-protocol" }
Loading

0 comments on commit 1c6ec9d

Please sign in to comment.