summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt <dennisschagt@gmail.com>2024-05-04 13:21:30 +0200
committerGitHub <noreply@github.com>2024-05-04 13:21:30 +0200
commit59c3509f090e57a22b870f5f1ef7366b4db83256 (patch)
treea5c19b29e840c6ef11bea2f01ab372c8f236843d
parent664323b3b9d31e63163e8ab18d267715437f16da (diff)
parent5bb082ea6191d6fae71c8127d6679f3480150dc9 (diff)
Merge pull request #2747 from tsipinakis/chrono_4.34
Require chrono 4.34 since Duration was renamed to TimeDelta
-rw-r--r--rust/libnewsboat/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 746fe21c..60378d5a 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"