From d6046ff3c6abc970746bed1f34469a355224bff2 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Fri, 16 Aug 2024 13:32:44 +0200 Subject: [PATCH] Ver up --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b353356..f416814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3070,7 +3070,7 @@ dependencies = [ [[package]] name = "redacter" -version = "0.8.3" +version = "0.9.0" dependencies = [ "arboard", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 3633d84..bd79244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redacter" -version = "0.8.3" +version = "0.9.0" edition = "2021" authors = ["Abdulla Abdurakhmanov "] license = "Apache-2.0"