Skip to content

Commit

Permalink
bump ahash to 0.8.8 to drop range constraint needed to avoid MSRV bum…
Browse files Browse the repository at this point in the history
…p part two
  • Loading branch information
tobz committed Mar 3, 2024
1 parent 3fbfdf4 commit 5d10d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Fixed

- Bump `ahash` back to `0.8.8` to remove range constraint after an upstream fix was provided to
remove the unnecessary MSRV bump.

## [0.16.2] - 2024-02-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sketches-ddsketch = { version = "0.2", default-features = false, optional = true
radix_trie = { version = "0.2", default-features = false, optional = true }
ordered-float = { version = "4.2", default-features = false, optional = true }
num_cpus = { version = "1", default-features = false, optional = true }
ahash = { version = ">= 0.8, <= 0.8.7", default-features = false, optional = true }
ahash = { version = "0.8.8", default-features = false, optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true, features = ["ahash"] }

[dev-dependencies]
Expand Down

0 comments on commit 5d10d4d

Please sign in to comment.