From baf87c9b5547d6df8d8d6dbe7961baac51a3d309 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 25 Apr 2024 20:50:49 +0300 Subject: [PATCH] increase version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba110074..b9afe719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "rencfs" -version = "0.1.29" +version = "0.1.30" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index dec3531f..572dea40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rencfs" description = "An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." -version = "0.1.29" +version = "0.1.30" edition = "2021" license = "Apache-2.0" authors = ["Radu Marias "]