Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 27, 2014
1 parent d20c311 commit 43d9a50
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.0.1"
version = "0.1.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.0.1"
version = "=0.1.0"

[dev_dependencies.phf_mac]
path = "../phf_mac"
version = "0.0.1"
version = "=0.1.0"
4 changes: 2 additions & 2 deletions phf_mac/Cargo.toml
Expand Up @@ -2,7 +2,7 @@

name = "phf_mac"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.0.1"
version = "0.1.0"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"

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

[dependencies.phf_shared]
path = "../phf_shared"
version = "0.0.1"
version = "=0.1.0"

[dependencies]
time = "*"
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.0.1"
version = "0.1.0"
license = "MIT"
description = "Support code shared by phf and phf_mac"

Expand Down

0 comments on commit 43d9a50

Please sign in to comment.