From 04739589d0dc04198d5ed0f938943377f6f912d7 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Wed, 19 Jun 2024 15:56:07 +0200 Subject: [PATCH] Bump version to v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c815a95..18c890f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_hash" -version = "0.1.0-rc4" +version = "0.1.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dfns/rand_hash"