Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
sfackler committed Jan 17, 2015
1 parent c5a4f31 commit 8683be2
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.4.9"
version = "0.5.0"
license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand All @@ -14,8 +14,8 @@ test = false

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.4.9"
version = "=0.5.0"

[dev_dependencies.phf_mac]
path = "../phf_mac"
version = "=0.4.9"
version = "=0.5.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.4.9"
version = "0.5.0"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand All @@ -17,7 +17,7 @@ stats = ["time"]

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.4.9"
version = "=0.5.0"

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

0 comments on commit 8683be2

Please sign in to comment.