From 29b7fd3d11b249756f6496b3bd9763b5d1f1278b Mon Sep 17 00:00:00 2001 From: Volker Schwaberow Date: Tue, 3 Sep 2024 06:54:27 +0200 Subject: [PATCH] chore: Version and crates updated --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d62cc2c..f63d6f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,7 +828,7 @@ dependencies = [ [[package]] name = "npwg" -version = "0.2.7" +version = "0.3.0" dependencies = [ "chacha20", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8d6765f..7eebd42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "npwg" -version = "0.2.7" +version = "0.3.0" edition = "2021" license = "MIT" authors = ["Volker Schwaberow "]