File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ringmap"
33edition = " 2021"
4- version = " 0.1.7 "
4+ version = " 0.1.8 "
55documentation = " https://docs.rs/ringmap/"
66repository = " https://github.com/indexmap-rs/ringmap"
77license = " Apache-2.0 OR MIT"
@@ -24,7 +24,7 @@ rayon = { version = "1.9", optional = true }
2424sval = { version = " 2" , optional = true , default-features = false }
2525
2626[dependencies .hashbrown ]
27- version = " 0.15 .0"
27+ version = " 0.16 .0"
2828default-features = false
2929
3030# serde v1.0.220 is the first version that released with `serde_core`.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments