From ecf3660bcfb218ee947c44d656c7b83b6b37b9e3 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Tue, 7 Jul 2026 08:01:47 -0700 Subject: [PATCH] Prepare 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afab283..a82054c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "akv-cli" -version = "1.0.0-beta.1" +version = "1.0.0" dependencies = [ "async-lock", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 5448501..eba76cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akv-cli" -version = "1.0.0-beta.1" +version = "1.0.0" edition = "2021" description = """ The Azure Key Vault CLI (unofficial) can read secrets from Key Vault,