File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fasthash-sys"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
authors = [" Flier Lu <flier.lu@gmail.com>" ]
5
5
description = " A suite of non-cryptographic hash functions for Rust."
6
6
homepage = " https://github.com/flier/rust-fasthash"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fasthash"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
authors = [" Flier Lu <flier.lu@gmail.com>" ]
5
5
description = " A suite of non-cryptographic hash functions for Rust."
6
6
homepage = " https://github.com/flier/rust-fasthash"
@@ -22,7 +22,7 @@ extprim = "1.1"
22
22
rand = " ^0.3"
23
23
xoroshiro128 = " 0.2"
24
24
seahash = " 3.0"
25
- fasthash-sys = { version = " 0.2.5 " , path = " ../fasthash-sys" }
25
+ fasthash-sys = { version = " 0.2.6 " , path = " ../fasthash-sys" }
26
26
clippy = { version = " 0.*" , optional = true }
27
27
28
28
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments