From 2c3046995a916af1947605833f71c7700b6243e2 Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Tue, 19 Nov 2024 04:11:04 +0000 Subject: [PATCH] chore: release router 2.0.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 011fc6922..6d0e0c41e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6879,7 +6879,7 @@ dependencies = [ [[package]] name = "router" -version = "1.0.1" +version = "2.0.0" dependencies = [ "assert_ok", "axelar-core-std", diff --git a/Cargo.toml b/Cargo.toml index 2f86cde41..0d4b4e48e 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 = "^2.0.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..613f5d0ec 100644 --- a/contracts/router/Cargo.toml +++ b/contracts/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "router" -version = "1.0.1" +version = "2.0.0" rust-version = { workspace = true } edition = { workspace = true } description = "Router contract"