From d938a2423b90db30fd21116e38e81e4a15ec15d8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 4 Dec 2024 14:09:28 +0100 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfb8258..b1c2e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashlink" -version = "0.9.1" +version = "0.10.0" authors = ["kyren "] edition = "2018" description = "HashMap-like containers that hold their key-value pairs in a user controllable order"