We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2146fb commit 93cd1abCopy full SHA for 93cd1ab
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased (0.1.6)
+## 0.1.6
2
* Feature "serde": Replace _serde_ crate with _serde_core_.
3
4
## 0.1.5
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linked_hash_set"
-version = "0.1.5"
+version = "0.1.6"
authors = ["Alex Butler <[email protected]>"]
5
edition = "2024"
6
description = "HashSet with insertion ordering"
0 commit comments