diff --git a/Cargo.lock b/Cargo.lock index a21d3e4..75e065b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1845,7 +1845,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rencfs" -version = "0.13.92" +version = "0.13.93" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 9044c7a..1cc9cd8 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.92" +version = "0.13.93" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias "]