From 6f793d66d19e568826ecb164506cade386411523 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 12 Jun 2024 05:06:57 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7afc649..10ee0c93 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.46" +version = "0.13.47" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]