From a1154e9756fd01c38d3169cdbfba6a524b7f8eb1 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 8 Jan 2024 17:01:29 -0700 Subject: [PATCH] streebog v0.11.0-pre.0 --- 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"