diff --git a/Cargo.lock b/Cargo.lock index bd0d6c18..fcc36671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "encryptedfs" -version = "0.1.24" +version = "0.1.25" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 8a6a2ca8..3d74c47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "encryptedfs" description = "An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." -version = "0.1.24" +version = "0.1.25" edition = "2021" license = "Apache-2.0" authors = ["Radu Marias "]