From ea2640488861ac6a46200dcf8fa2e74b4c50ece6 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 8 Jan 2024 17:06:36 -0700 Subject: [PATCH] streebog v0.11.0-pre.0 (#534) --- streebog/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index c1aa8f11..96e934f0 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "streebog" -version = "0.11.0-pre" +version = "0.11.0-pre.0" description = "Streebog (GOST R 34.11-2012) hash function" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"