Skip to content

Commit

Permalink
pin hashbrown to avoid MSRV bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jul 2, 2023
1 parent 4ba145f commit 9d141d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Update `aho-corasick` to `1.0`.
- Updated `hashbrown` to `0.14`.
- Pinned `hashbrown` to `0.13.1` to avoid MSRV bump.

## [0.15.0] - 2023-04-16

Expand Down
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ radix_trie = { version = "0.2", default-features = false, optional = true }
ordered-float = { version = "3.4", default-features = false, optional = true }
num_cpus = { version = "1", default-features = false, optional = true }
ahash = { version = "0.8", default-features = false, optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true, features = ["ahash"] }
hashbrown = { version = "=0.13.1", default-features = false, optional = true, features = ["ahash"] }

[dev-dependencies]
approx = "0.5"
Expand Down

0 comments on commit 9d141d1

Please sign in to comment.