diff --git a/Cargo.lock b/Cargo.lock index 2f11b5c55..5bd99db29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ampd" -version = "0.6.0" +version = "1.0.0" dependencies = [ "async-trait", "axelar-wasm-std", diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index cd8b7d5aa..f8b633856 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ampd" -version = "0.6.0" +version = "1.0.0" rust-version = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html