From 4e90e7d46e56a0601b55d45087b54860c194a8c9 Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Tue, 19 Nov 2024 17:30:50 +0000 Subject: [PATCH] chore: release ampd 1.3.0 --- Cargo.lock | 2 +- ampd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48ca18c4b..8ede14e4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ampd" -version = "1.2.0" +version = "1.3.0" dependencies = [ "async-trait", "axelar-wasm-std", diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index ac777608e..c455da419 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ampd" edition = { workspace = true } -version = "1.2.0" +version = "1.3.0" rust-version = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html