Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 4, 2015
1 parent 6963a16 commit ab4786c
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.4"
version = "0.4.5"
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.4"
version = "=0.4.5"

[dev_dependencies.phf_mac]
path = "../phf_mac"
version = "=0.4.4"
version = "=0.4.5"
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.4"
version = "0.4.5"
license = "MIT"
description = "Compiler plugin for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand All @@ -14,7 +14,7 @@ test = false

[dependencies.phf_shared]
path = "../phf_shared"
version = "=0.4.4"
version = "=0.4.5"

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

0 comments on commit ab4786c

Please sign in to comment.