From 2c00c62f45cbf0a9895c05aa3c51bb9a17509b9a Mon Sep 17 00:00:00 2001 From: Axelar DevOps Date: Wed, 31 Jul 2024 22:18:32 +0000 Subject: [PATCH] chore: release gateway 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- contracts/gateway/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5be630c49..034992204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3107,7 +3107,7 @@ dependencies = [ [[package]] name = "gateway" -version = "0.2.3" +version = "1.0.0" dependencies = [ "axelar-wasm-std", "axelar-wasm-std-derive", diff --git a/Cargo.toml b/Cargo.toml index d9ee71a8a..cd9560443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ msgs-derive = { version = "^1.0.0", path = "packages/msgs-derive" } multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" } num-traits = { version = "0.2.14", default-features = false } service-registry = { version = "^1.0.0", path = "contracts/service-registry" } -gateway = { version = "^0.2.3", path = "contracts/gateway" } +gateway = { version = "^1.0.0", path = "contracts/gateway" } gateway-api = { version = "^1.0.0", path = "packages/gateway-api" } router-api = { version = "^1.0.0", path = "packages/router-api" } report = { version = "^1.0.0", path = "packages/report" } diff --git a/contracts/gateway/Cargo.toml b/contracts/gateway/Cargo.toml index d9cfd8830..06c1b86ef 100644 --- a/contracts/gateway/Cargo.toml +++ b/contracts/gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gateway" -version = "0.2.3" +version = "1.0.0" rust-version = { workspace = true } edition = "2021" description = "Gateway contract"