diff --git a/Cargo.toml b/Cargo.toml index 57b1ea4..fcb17f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake2-rfc" -version = "0.2.12" +version = "0.2.13" authors = ["Cesar Eduardo Barros "] description = "A pure Rust implementation of BLAKE2 based on RFC 7693." repository = "https://github.com/cesarb/blake2-rfc"