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"