Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Jul 28, 2018
1 parent 0d57048 commit 5e441a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fasthash-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fasthash-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["Flier Lu <[email protected]>"]
description = "A suite of non-cryptographic hash functions for Rust."
homepage = "https://github.com/flier/rust-fasthash"
Expand Down
4 changes: 2 additions & 2 deletions fasthash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fasthash"
version = "0.3.0"
version = "0.3.1"
authors = ["Flier Lu <[email protected]>"]
description = "A suite of non-cryptographic hash functions for Rust."
homepage = "https://github.com/flier/rust-fasthash"
Expand All @@ -22,7 +22,7 @@ gen = ["fasthash-sys/gen"]
[dependencies]
xoroshiro128 = "0.3"
seahash = "3.0"
fasthash-sys = { version = "0.3.0", path = "../fasthash-sys" }
fasthash-sys = { version = "0.3.1", path = "../fasthash-sys" }
clippy = { version = "0.*", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5e441a8

Please sign in to comment.