From 219d0c2edaa0f876bc1d3d6d870c9895a7279ed3 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 21 Apr 2024 01:16:18 +0300 Subject: [PATCH] increase version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf19b760..ec5e9de4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "encrypted_fs" -version = "0.1.19" +version = "0.1.20" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index a07f50b2..aade539c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "encrypted_fs" description = "An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." -version = "0.1.19" +version = "0.1.20" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Radu Marias"]