Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 15, 2014
1 parent d96a1e5 commit 0a80b06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions phf/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "phf"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.2.0"
version = "0.3.0"
license = "MIT"
description = "Runtime support for perfect hash function data structures"

Expand All @@ -12,8 +12,8 @@ test = false

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.2.0"
version = "=0.3.0"

[dev_dependencies.phf_mac]
path = "../phf_mac"
version = "=0.2.0"
version = "=0.3.0"
4 changes: 2 additions & 2 deletions phf_mac/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "phf_mac"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.2.0"
version = "0.3.0"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"

Expand All @@ -13,7 +13,7 @@ test = false

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.2.0"
version = "=0.3.0"

[dependencies]
time = "0.1"
2 changes: 1 addition & 1 deletion phf_shared/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "phf_shared"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.2.0"
version = "0.3.0"
license = "MIT"
description = "Support code shared by phf and phf_mac"

Expand Down

0 comments on commit 0a80b06

Please sign in to comment.