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"]