From 448ecf468286753216e2ac615912ee8df8f60af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Tue, 17 Oct 2023 18:10:58 +0200 Subject: [PATCH] build(deps): bump archway-bindings to v0.2.1 (#28) --- cw20/base/Cargo.toml | 3 ++- cw20/escrow/Cargo.toml | 3 ++- cw721/on-chain-metadata/Cargo.toml | 1 + increment/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) 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"