From dfc4a57278b79314b0c1892d6c3918f2e00e249b Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Sat, 25 Jun 2022 15:51:43 -0400 Subject: [PATCH] v0.5.6 release fixes a weird old oversight where ack() required &mut self for no reason. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 362352e..4400e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "linked-hash-map" -version = "0.5.5" +version = "0.5.6" license = "MIT/Apache-2.0" description = "A HashMap wrapper that holds key-value pairs in insertion order" authors = [