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