diff --git a/Cargo.lock b/Cargo.lock index 9483043a..6d31c073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "human_name" -version = "0.6.2" +version = "0.6.3" dependencies = [ "itertools 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0ecbd097..f49274ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "human_name" -version = "0.6.2" +version = "0.6.3" authors = ["David Judd "] description = "A library for parsing and comparing human names" license = "Apache-2.0"