From 56e4d903d366b25cb49de2278659d5af490fdc0e Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 26 Dec 2024 03:39:08 +0200 Subject: [PATCH] v++ --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f1b0b9..821de41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["profile-rustflags"] [package] name = "rencfs" description = "An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories." -version = "0.13.94" +version = "0.13.95" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]