From 9a0af13c8b810e745bc3c6ccfa078c838b89f706 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 7 Jun 2024 06:52:47 +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 0b1e33f..71d1ea2 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.25" +version = "0.13.26" edition = "2021" license = "Apache-2.0" authors = ["Radu Marias "]