Skip to content

Commit

Permalink
v0.5.6 release
Browse files Browse the repository at this point in the history
fixes a weird old oversight where �ack() required &mut self for no reason.
  • Loading branch information
Gankra committed Jun 25, 2022
1 parent 38d9666 commit dfc4a57
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.5"
version = "0.5.6"
license = "MIT/Apache-2.0"
description = "A HashMap wrapper that holds key-value pairs in insertion order"
authors = [
Expand Down

0 comments on commit dfc4a57

Please sign in to comment.