-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specialize randomstate (Requires version bump) (#218)
* Make RandomState typed to the type to be hashed * Add test from #213 * All smhasher tests pass Signed-off-by: Tom Kaitchuck <[email protected]>
- Loading branch information
1 parent
7778357
commit 8c3f257
Showing
13 changed files
with
260 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ahash" | ||
version = "0.8.10" | ||
version = "0.9.0" | ||
authors = ["Tom Kaitchuck <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "A non-cryptographic hash function using AES-NI for high performance" | ||
|
@@ -12,7 +12,7 @@ edition = "2018" | |
readme = "README.md" | ||
build = "./build.rs" | ||
exclude = ["/smhasher", "/benchmark_tools"] | ||
rust-version = "1.60.0" | ||
rust-version = "1.72.0" | ||
|
||
[lib] | ||
name = "ahash" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.