Skip to content

Commit

Permalink
0.5.5 release
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Gankra committed Jun 25, 2022
1 parent fac5447 commit b203878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit b203878

Please sign in to comment.