diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-16 11:51:18 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-16 11:51:18 +0300 |
commit | fdbaec6f822b4e7cdbdf63aabceb4d92b6a12326 (patch) | |
tree | 264b1bcc5f6c2e3c3b69a20167a62eb1b24ef9e5 /Cargo.lock | |
parent | 174bfdc1111fb480b441cec8be5746d087e8a86e (diff) | |
download | Furtherance-fdbaec6f822b4e7cdbdf63aabceb4d92b6a12326.tar.zst |
Fix date bug
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-x | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 66fa5c3..f5675f5 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,6 +259,7 @@ dependencies = [ "gtk4-macros", "itertools", "libadwaita", + "libc-strftime", "log", "num-derive", "num-traits", @@ -699,6 +700,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94" [[package]] +name = "libc-strftime" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3badb12f3d8623017f2cff9de476ff32f426ef45419253366fa088b8df6364cf" +dependencies = [ + "libc", +] + +[[package]] name = "libdbus-sys" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" |