From 465d006eb5b2f160846e0594c51a959a62e8037e Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Thu, 12 Dec 2024 15:45:25 +0000 Subject: [PATCH] chore: release ampd 1.4.0 --- Cargo.lock | 2 +- ampd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a56df3d0..d28c228b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ampd" -version = "1.3.1" +version = "1.4.0" dependencies = [ "async-trait", "axelar-wasm-std", diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index d1ad4f2b0..289bd83d3 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ampd" edition = { workspace = true } -version = "1.3.1" +version = "1.4.0" rust-version = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html