From 3d925b43e454acecfe54b5949f86afb286859761 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 18 Oct 2024 09:13:08 -0400 Subject: [PATCH] Release version 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf7483bfd..1826a669a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twox-hash" -version = "1.6.3" +version = "2.0.0" authors = ["Jake Goulding "] edition = "2021" rust-version = "1.81"