From 47120c6508d4f3d1a67fa7e1fdee60d3a2d81775 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Thu, 11 Apr 2024 00:56:42 +0200 Subject: [PATCH] feat: update keyweave crate version to 0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a47d64..5977e38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "keyweave" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d3f6ba8..2fc77d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyweave" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["Bart van der Braak "] keywords = ["azure", "keyvault", "env"]