Skip to content

Commit cf5604c

Browse files
authored
Merge pull request #15 from cuviper/hashbrown-0.16
Upgrade to hashbrown 0.16, and release 0.1.8
2 parents db43254 + bd0d059 commit cf5604c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ringmap"
33
edition = "2021"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
documentation = "https://docs.rs/ringmap/"
66
repository = "https://github.com/indexmap-rs/ringmap"
77
license = "Apache-2.0 OR MIT"
@@ -24,7 +24,7 @@ rayon = { version = "1.9", optional = true }
2424
sval = { version = "2", optional = true, default-features = false }
2525

2626
[dependencies.hashbrown]
27-
version = "0.15.0"
27+
version = "0.16.0"
2828
default-features = false
2929

3030
# serde v1.0.220 is the first version that released with `serde_core`.

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 0.1.8 (2025-09-18)
4+
5+
- Updated the `hashbrown` dependency to version 0.16.
6+
37
## 0.1.7 (2025-09-15)
48

59
- Switched the "serde" feature to depend on `serde_core`, improving build

0 commit comments

Comments
 (0)