Skip to content

Commit 9b911b4

Browse files
committed
bump version to 0.2.6
1 parent cad47ed commit 9b911b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fasthash-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fasthash-sys"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Flier Lu <flier.lu@gmail.com>"]
55
description = "A suite of non-cryptographic hash functions for Rust."
66
homepage = "https://github.com/flier/rust-fasthash"

fasthash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fasthash"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Flier Lu <flier.lu@gmail.com>"]
55
description = "A suite of non-cryptographic hash functions for Rust."
66
homepage = "https://github.com/flier/rust-fasthash"
@@ -22,7 +22,7 @@ extprim = "1.1"
2222
rand = "^0.3"
2323
xoroshiro128 = "0.2"
2424
seahash = "3.0"
25-
fasthash-sys = { version = "0.2.5", path = "../fasthash-sys" }
25+
fasthash-sys = { version = "0.2.6", path = "../fasthash-sys" }
2626
clippy = { version = "0.*", optional = true }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)