From 20d3fadec1ebf4183037809c08dc46d988d19931 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 20 Aug 2024 00:03:54 +0300 Subject: [PATCH] version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 174068d0..81ecdc85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rencfs" -version = "0.13.61" +version = "0.13.63" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 73e3bf47..35f22542 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.61" +version = "0.13.63" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]