diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-14 10:28:46 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-14 10:28:46 +0300 |
commit | 174bfdc1111fb480b441cec8be5746d087e8a86e (patch) | |
tree | 4167ee0ba69cafe14c3300cb6629025eead88a1e /Cargo.toml | |
parent | a64af13fb2f6837244359e6a18efb0e24fb56970 (diff) | |
download | Furtherance-174bfdc1111fb480b441cec8be5746d087e8a86e.tar.zst |
Use unstable-locales
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |