Skip to content

Commit 5eed8c5

Browse files
committed
prepare for 0.8.3 release
1 parent 3f74472 commit 5eed8c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.8.3]
2+
- bump hashbrown to 0.14
3+
14
## [0.8.2]
25
- bump hashbrown to 0.13
36

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashlink"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["kyren <kerriganw@gmail.com>"]
55
edition = "2018"
66
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
@@ -17,7 +17,7 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" }
1717
serde_impl = ["serde"]
1818

1919
[dependencies]
20-
hashbrown = "0.13"
20+
hashbrown = "0.14"
2121
serde = { version = "1.0", optional = true }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)