diff --git a/Cargo.lock b/Cargo.lock index 81ecdc85..ab5be7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rencfs" -version = "0.13.63" +version = "0.13.64" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 35f22542..30bc15f5 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.63" +version = "0.13.64" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]