From 31ee0c756c607488b67c7059961ff44596f4cfdc Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Sun, 11 Feb 2024 07:22:02 +0100 Subject: [PATCH] Prepare 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 374b104..4c57e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pure-rust-locales" -version = "0.8.0" +version = "0.8.1" 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"