about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-14 10:28:46 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-14 10:28:46 +0300
commit174bfdc1111fb480b441cec8be5746d087e8a86e (patch)
tree4167ee0ba69cafe14c3300cb6629025eead88a1e /Cargo.toml
parenta64af13fb2f6837244359e6a18efb0e24fb56970 (diff)
downloadFurtherance-174bfdc1111fb480b441cec8be5746d087e8a86e.tar.zst
Use unstable-locales
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml2
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"