From b203878c0a64e4e197903083442d2df5fda9ec98 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Sat, 25 Jun 2022 15:25:36 -0400 Subject: [PATCH] 0.5.5 release * fmts/clippy's all the code * fixes all the derelict CI (and adds miri CI for all the tests) * adds Entry::or_default and Entry::and_modify * adds LinkedHashMap::drain this is still basically in maintenance mode but I used this in anger enough recently to want to clean it up. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e1a487..362352e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "linked-hash-map" -version = "0.5.4" +version = "0.5.5" license = "MIT/Apache-2.0" description = "A HashMap wrapper that holds key-value pairs in insertion order" authors = [