updated xxxhash

This commit is contained in:
Dominik Maier 2020-11-20 22:11:55 +01:00
parent 408f752ed7
commit a4690046b3

View File

@ -14,7 +14,7 @@ default = ["std"]
std = []
[dependencies]
xxhash-rust = { version = "0.8.0-beta.4", features = ["xxh3"] } # xxh3 hashing for rust
xxhash-rust = { version = "0.8.0-beta.5", features = ["xxh3"] } # xxh3 hashing for rust
hashbrown = "0.9" # A faster hashmap, nostd compatible
libc = "0.2" # For (*nix) libc
num = "*"