diff --git a/Cargo.toml b/Cargo.toml index a13a2f4..374b104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pure-rust-locales" -version = "0.7.0" +version = "0.8.0" authors = ["Cecile Tonglet "] description = "Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported." license = "MIT OR Apache-2.0"