Skip to content

Commit

Permalink
build(deps): bump archway-bindings to v0.2.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Oct 17, 2023
1 parent 59bf027 commit 448ecf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cw20/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ optimize = """docker run --rm \
"""

[dependencies]
archway-bindings = "0.2.1"
cosmwasm-schema = "1.3.1"
cosmwasm-std = "1.3.1"
cosmwasm-storage = "1.3.1"
Expand All @@ -57,4 +58,4 @@ serde = { version = "1.0.183", default-features = false, features = ["derive"] }
thiserror = "1.0.44"

[dev-dependencies]
cw-multi-test = "0.16.5"
cw-multi-test = "0.17.0"
3 changes: 2 additions & 1 deletion cw20/escrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
archway-bindings = "0.2.1"
cosmwasm-schema = "1.3.1"
cosmwasm-std = "1.3.1"
cosmwasm-storage = "1.3.1"
Expand All @@ -30,5 +31,5 @@ serde = { version = "1.0.183", default-features = false, features = ["derive"] }
thiserror = "1.0.44"

[dev-dependencies]
cw-multi-test = "0.16.5"
cw-multi-test = "0.17.0"
cw20-base = { version = "1.1.0", features = ["library"] }
1 change: 1 addition & 0 deletions cw721/on-chain-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ optimize = """docker run --rm \
"""

[dependencies]
archway-bindings = "0.2.1"
cosmwasm-schema = "1.3.1"
cosmwasm-std = "1.3.1"
cw2 = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions increment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ optimize = """docker run --rm \
"""

[dependencies]
archway-bindings = "0.1.0"
archway-bindings = "0.2.1"
cosmwasm-schema = "1.3.1"
cosmwasm-std = "1.3.1"
cosmwasm-storage = "1.3.1"
Expand All @@ -54,4 +54,4 @@ serde = { version = "1.0.183", default-features = false, features = ["derive"] }
thiserror = "1.0.44"

[dev-dependencies]
cw-multi-test = "0.16.5"
cw-multi-test = "0.17.0"

0 comments on commit 448ecf4

Please sign in to comment.