From bd860be29ffbcea0e8a0171ed7af378f79f2de49 Mon Sep 17 00:00:00 2001 From: debris Date: Tue, 1 Dec 2015 01:06:17 +0100 Subject: [PATCH] udpated to version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07405c7..6bcbee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,5 @@ description = "An implementation of the FIPS-202-defined SHA-3 and SHAKE functio homepage = "https://github.com/debris/tiny-keccak" license = "CC0-1.0" name = "tiny-keccak" -version = "0.3.0" +version = "1.0.0" authors = ["debris "]