From d7bb8e7414cdc483643fa4848e8505aadff74029 Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Fri, 20 Sep 2024 15:48:23 +0000 Subject: [PATCH] chore: release ampd 1.2.0 --- Cargo.lock | 2 +- ampd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b53d6d23b..22623503a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ampd" -version = "1.1.0" +version = "1.2.0" dependencies = [ "async-trait", "axelar-wasm-std", diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index 22721d992..ed3bb1563 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ampd" edition = { workspace = true } -version = "1.1.0" +version = "1.2.0" rust-version = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html