From 5bb082ea6191d6fae71c8127d6679f3480150dc9 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Wed, 1 May 2024 12:21:38 +0200 Subject: Require chrono 4.34 since Duration was renamed to TimeDelta --- rust/libnewsboat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index f6dd9189..f1e7ecd9 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -19,7 +19,7 @@ libc = "0.2" natord = "1.0.9" md5 = "0.7.0" lexopt = "0.3.0" -chrono = "0.4" +chrono = "0.4.34" [dependencies.gettext-rs] version = "0.7.0" -- cgit v1.2.3