From 4a8ee2d5e5fee3ee88ee65871252f862a6613c17 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 5 Dec 2024 20:43:45 +0100 Subject: [PATCH] bump 0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c37292b..6407e50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "dlm" -version = "0.4.3" +version = "0.4.4" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 368de6d..cdfd20c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlm" -version = "0.4.3" +version = "0.4.4" authors = ["Arnaud Gourlay "] description = "Minimal download manager" repository = "https://github.com/agourlay/dlm"