diff --git a/cw20/base/Cargo.toml b/cw20/base/Cargo.toml index 0ae88bf..166856b 100644 --- a/cw20/base/Cargo.toml +++ b/cw20/base/Cargo.toml @@ -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" @@ -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" diff --git a/cw20/escrow/Cargo.toml b/cw20/escrow/Cargo.toml index 1cdd40f..66b2be4 100644 --- a/cw20/escrow/Cargo.toml +++ b/cw20/escrow/Cargo.toml @@ -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" @@ -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"] } diff --git a/cw721/on-chain-metadata/Cargo.toml b/cw721/on-chain-metadata/Cargo.toml index 5e3fcce..9babb44 100644 --- a/cw721/on-chain-metadata/Cargo.toml +++ b/cw721/on-chain-metadata/Cargo.toml @@ -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" diff --git a/increment/Cargo.toml b/increment/Cargo.toml index 913a170..8db23c3 100644 --- a/increment/Cargo.toml +++ b/increment/Cargo.toml @@ -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" @@ -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"