Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release v0.6.7
  • Loading branch information
sfackler committed Feb 12, 2015
1 parent 5ff7040 commit bfc36c9
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.6.6"
version = "0.6.7"
license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand All @@ -17,8 +17,8 @@ core = ["phf_shared/core"]

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.6.6"
version = "=0.6.7"

[dev_dependencies.phf_macros]
path = "../phf_macros"
version = "=0.6.6"
version = "=0.6.7"
4 changes: 2 additions & 2 deletions phf_macros/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "phf_macros"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.6.6"
version = "0.6.7"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand All @@ -20,7 +20,7 @@ rand = "0.1"

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.6.6"
version = "=0.6.7"

[dependencies.time]
version = "0.1"
Expand Down
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.6.6"
version = "0.6.7"
license = "MIT"
description = "Support code shared by phf and phf_mac"
repository = "https://github.com/sfackler/rust-phf"
Expand Down

0 comments on commit bfc36c9

Please sign in to comment.