From c74dbbd554a7b5e3225eebb3a2069a7ad9351d0e Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Mon, 6 Jan 2025 10:53:55 +0100 Subject: [PATCH] chore: Release halfbrown version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57364cf..6f38cee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "halfbrown" repository = "https://github.com/Licenser/halfbrown" -version = "0.2.5" +version = "0.3.0" [dependencies] hashbrown = "0.15"