From 5e17b672b7acbcecf63621cc7c82148e73d00a59 Mon Sep 17 00:00:00 2001 From: K Shiva Kiran Date: Wed, 1 May 2024 12:03:49 +0530 Subject: [PATCH] Minor version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc75b2..e227f7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "false-bottom" -version = "0.3.1" +version = "0.3.2" description = "A deniable encryption scheme" repository = "https://codeberg.org/skran/false-bottom" authors = ["K Shiva Kiran "] @@ -28,4 +28,4 @@ required-features = ["base64"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"] \ No newline at end of file +rustdoc-args = ["--cfg", "docsrs"]