From e43b285d8700e31cffbdbd9b161afcb60e20c10f Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 3 Jul 2024 01:06:33 +0300 Subject: [PATCH] v++ --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69aca2d2..36ad13fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [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.53" +version = "0.13.54" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]