diff --git a/Cargo.lock b/Cargo.lock index e3b91cd..278bf29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1856,7 +1856,7 @@ checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "rwf" -version = "0.1.11" +version = "0.1.12" dependencies = [ "aes", "aes-gcm-siv", diff --git a/rwf/Cargo.toml b/rwf/Cargo.toml index 1e13511..333bfd9 100644 --- a/rwf/Cargo.toml +++ b/rwf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rwf" -version = "0.1.11" +version = "0.1.12" edition = "2021" license = "MIT" description = "Framework for building web applications in the Rust programming language"