From 4a0ddb66a16b9690f0c2d10ffa8b98502c8cd75f Mon Sep 17 00:00:00 2001 From: Alexander Schuetz Date: Sun, 5 Jul 2026 20:24:12 +0200 Subject: [PATCH] bump version to 0.12.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e18e9c..b6d3371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "foldhash" @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.12.0" +version = "0.12.1" dependencies = [ "hashbrown", "rustc-hash", diff --git a/Cargo.toml b/Cargo.toml index a573a65..569eecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashlink" -version = "0.12.0" +version = "0.12.1" edition = "2024" description = "HashMap-like containers that hold their key-value pairs in a user controllable order" repository = "https://github.com/djc/hashlink"