From f678635378555b7d086014b0466aea12a3ae5701 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 3 Jan 2015 09:01:56 -0800 Subject: [PATCH] Release v0.4.4 --- phf/Cargo.toml | 6 +++--- phf_mac/Cargo.toml | 4 ++-- phf_shared/Cargo.toml | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index 4eadd49b..ec5d3fe3 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf" authors = ["Steven Fackler "] -version = "0.4.3" +version = "0.4.4" license = "MIT" description = "Runtime support for perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" @@ -14,8 +14,8 @@ test = false [dependencies.phf_shared] path = "../phf_shared" -version = "=0.4.3" +version = "=0.4.4" [dev_dependencies.phf_mac] path = "../phf_mac" -version = "=0.4.3" +version = "=0.4.4" diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index 86d7ea33..bbffaa3e 100644 --- a/phf_mac/Cargo.toml +++ b/phf_mac/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf_mac" authors = ["Steven Fackler "] -version = "0.4.3" +version = "0.4.4" license = "MIT" description = "Compiler plugin for perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" @@ -14,7 +14,7 @@ test = false [dependencies.phf_shared] path = "../phf_shared" -version = "=0.4.3" +version = "=0.4.4" [dependencies] time = "0.1" diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index 067dd545..2f472371 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "phf_shared" authors = ["Steven Fackler "] -version = "0.4.3" +version = "0.4.4" license = "MIT" description = "Support code shared by phf and phf_mac" +repository = "https://github.com/sfackler/rust-phf" [lib] name = "phf_shared"