From bb858f11dd88579d47b0089121f8d551731464ab Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 7 Jan 2015 08:29:58 -0800 Subject: [PATCH] Release v0.4.8 --- phf/Cargo.toml | 6 +++--- phf_mac/Cargo.toml | 4 ++-- phf_shared/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index aec0cac6..fa1d340f 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf" authors = ["Steven Fackler "] -version = "0.4.7" +version = "0.4.8" 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.7" +version = "=0.4.8" [dev_dependencies.phf_mac] path = "../phf_mac" -version = "=0.4.7" +version = "=0.4.8" diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index ab96a377..30fb3a7b 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.7" +version = "0.4.8" 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.7" +version = "=0.4.8" [dependencies] time = "0.1" diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index a4759a91..a837c110 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf_shared" authors = ["Steven Fackler "] -version = "0.4.7" +version = "0.4.8" license = "MIT" description = "Support code shared by phf and phf_mac" repository = "https://github.com/sfackler/rust-phf"