From 1ed0b5ea9b177785a661feaf7613d40914aa86ec Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Fri, 26 Jan 2024 19:43:36 +0100 Subject: [PATCH] Prepare 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"