From 8cd8fc2f0d547efa18b4c8645c53459799fc7fe9 Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Tue, 19 Nov 2024 17:27:26 +0000 Subject: [PATCH] chore: release axelarnet-gateway 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- contracts/axelarnet-gateway/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0baeae972..48ca18c4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "axelarnet-gateway" -version = "0.1.1" +version = "1.0.0" dependencies = [ "assert_ok", "axelar-core-std", diff --git a/Cargo.toml b/Cargo.toml index 491b1ca27..54881cd6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.89" assert_ok = "1.0" axelar-wasm-std = { version = "^1.0.0", path = "packages/axelar-wasm-std" } axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-derive" } -axelarnet-gateway = { version = "^0.1.0", path = "contracts/axelarnet-gateway" } +axelarnet-gateway = { version = "^1.0.0", path = "contracts/axelarnet-gateway" } bcs = "0.1.5" client = { version = "^1.0.0", path = "packages/client" } coordinator = { version = "^1.0.0", path = "contracts/coordinator" } diff --git a/contracts/axelarnet-gateway/Cargo.toml b/contracts/axelarnet-gateway/Cargo.toml index 7ae537aee..75d2a5f2e 100644 --- a/contracts/axelarnet-gateway/Cargo.toml +++ b/contracts/axelarnet-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axelarnet-gateway" -version = "0.1.1" +version = "1.0.0" rust-version = { workspace = true } edition = { workspace = true } description = "The Axelarnet Gateway contract allows apps on the Axelar Network to send/receive cross-chain messages to/from other chains."