From 87148b8395e99bcd0764bbc7f8ef998b0e08622a Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Tue, 19 Nov 2024 17:36:56 +0000 Subject: [PATCH] chore: release router 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- contracts/router/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ede14e4c..5ce651592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6879,7 +6879,7 @@ dependencies = [ [[package]] name = "router" -version = "1.0.1" +version = "1.1.0" dependencies = [ "assert_ok", "axelar-core-std", diff --git a/Cargo.toml b/Cargo.toml index 54881cd6f..b42680673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ quote = "1.0.36" rand = "0.8.5" report = { version = "^1.0.0", path = "packages/report" } rewards = { version = "^1.1.0", path = "contracts/rewards" } -router = { version = "^1.0.1", path = "contracts/router" } +router = { version = "^1.1.0", path = "contracts/router" } router-api = { version = "^1.0.0", path = "packages/router-api" } schemars = "0.8.10" serde = { version = "1.0.145", default-features = false, features = ["derive"] } diff --git a/contracts/router/Cargo.toml b/contracts/router/Cargo.toml index d63af4721..c90fe931e 100644 --- a/contracts/router/Cargo.toml +++ b/contracts/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "router" -version = "1.0.1" +version = "1.1.0" rust-version = { workspace = true } edition = { workspace = true } description = "Router contract"