From 5d10ae6499350617e853c77382ae1775535c3646 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Thu, 16 Jun 2022 12:26:03 +0300 Subject: Removed libc_strftime --- Cargo.lock | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f5675f5..66fa5c3 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,6 @@ dependencies = [ "gtk4-macros", "itertools", "libadwaita", - "libc-strftime", "log", "num-derive", "num-traits", @@ -699,15 +698,6 @@ version = "0.2.118" 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" -- cgit 1.4.1