diff --git a/Cargo.lock b/Cargo.lock index 3a4349bb..babc535e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,7 +1023,7 @@ dependencies = [ [[package]] name = "libpna" -version = "0.20.1" +version = "0.20.2" dependencies = [ "aes", "argon2", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9b9e6b23..4847a568 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libpna" -version = "0.20.1" +version = "0.20.2" edition = "2021" license = "Apache-2.0 OR MIT" description = "PNA(Portable-Network-Archive) decoding and encoding library" diff --git a/lib/src/lib.rs b/lib/src/lib.rs index d76c7d03..a24e581a 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -5,7 +5,7 @@ //! an archive is never required to be fully resident in memory, and all objects //! provide largely a streaming interface to read bytes from. -#![doc(html_root_url = "https://docs.rs/libpna/0.20.1")] +#![doc(html_root_url = "https://docs.rs/libpna/0.20.2")] #![deny( missing_docs, clippy::missing_inline_in_public_items,