diff --git a/hkdf/Cargo.toml b/hkdf/Cargo.toml index 124fb73..ca5d7fe 100644 --- a/hkdf/Cargo.toml +++ b/hkdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hkdf" -version = "0.13.0-pre.3" +version = "0.13.0-pre.4" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" homepage = "https://github.com/RustCrypto/KDFs/"