From ca0e9f6b9c737f3d11bcad2f4624bb5603a8170e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 31 Jan 2015 17:57:18 -0800 Subject: [PATCH] Release v0.6.1 --- phf/Cargo.toml | 6 +++--- phf_macros/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 01ac0a1c..eb359924 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf" authors = ["Steven Fackler "] -version = "0.6.0" +version = "0.6.1" 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.6.0" +version = "=0.6.1" [dev_dependencies.phf_macros] path = "../phf_macros" -version = "=0.6.0" +version = "=0.6.1" diff --git a/phf_macros/Cargo.toml b/phf_macros/Cargo.toml index a212cbc9..86960aef 100644 --- a/phf_macros/Cargo.toml +++ b/phf_macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf_macros" authors = ["Steven Fackler "] -version = "0.6.0" +version = "0.6.1" license = "MIT" description = "Compiler plugin for perfect hash function data structures" repository = "https://github.com/sfackler/rust-phf" @@ -17,7 +17,7 @@ stats = ["time"] [dependencies.phf_shared] path = "../phf_shared" -version = "=0.6.0" +version = "=0.6.1" [dependencies.time] version = "0.1" diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index 62b1e98e..03941c26 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phf_shared" authors = ["Steven Fackler "] -version = "0.6.0" +version = "0.6.1" license = "MIT" description = "Support code shared by phf and phf_mac" repository = "https://github.com/sfackler/rust-phf"