From 5f8258ab4d6d59652d051a7632e033f3806c07b2 Mon Sep 17 00:00:00 2001 From: haiyizxx Date: Sat, 19 Oct 2024 00:29:44 +0800 Subject: [PATCH] chore: release router 1.0.1 (#661) --- 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 738781369..b91ed0473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6832,7 +6832,7 @@ dependencies = [ [[package]] name = "router" -version = "1.0.0" +version = "1.0.1" dependencies = [ "axelar-core-std", "axelar-wasm-std", diff --git a/Cargo.toml b/Cargo.toml index 53e45bc60..2f86cde41 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.0", path = "contracts/router" } +router = { version = "^1.0.1", 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 a1f3959d4..094ecbc75 100644 --- a/contracts/router/Cargo.toml +++ b/contracts/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "router" -version = "1.0.0" +version = "1.0.1" rust-version = { workspace = true } edition = { workspace = true } description = "Router contract"