From 174bfdc1111fb480b441cec8be5746d087e8a86e Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Tue, 14 Jun 2022 10:28:46 +0300 Subject: Use unstable-locales --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7135c7b..bc92550 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] gettext-rs = { version = "0.7", features = ["gettext-system"] } rusqlite = "0.27.0" -chrono = "0.4" +chrono = { version = "0.4", features = ["unstable-locales"] } directories = "4.0" once_cell = "1.12.0" dbus = "0.9.5" -- cgit 1.4.1