From 530b79544491e401e6bd0da578bfdecd17c34282 Mon Sep 17 00:00:00 2001 From: newpavlov Date: Sun, 30 Jun 2019 07:43:00 +0300 Subject: [PATCH] digest v0.8.1 --- digest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digest/Cargo.toml b/digest/Cargo.toml index 3b26a74b3..5825ca0ab 100644 --- a/digest/Cargo.toml +++ b/digest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digest" -version = "0.8.0" +version = "0.8.1" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" description = "Traits for cryptographic hash functions"