From e018b387eba49f17a0ff8172905cc6437ad88c45 Mon Sep 17 00:00:00 2001 From: Tom Almeida Date: Fri, 31 Jan 2020 17:16:12 +1100 Subject: [PATCH] Cargo: bump to version 4.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e04335..077e3fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seahash" -version = "3.0.7" -authors = ["ticki "] +version = "4.0.0" +authors = ["ticki ", "Tom Almeida "] description = "A blazingly fast, portable hash function with proven statistical guarantees." repository = "https://gitlab.redox-os.org/redox-os/seahash" documentation = "https://docs.rs/seahash" -- GitLab