From 637b5c4c269ed6b500a040c657cf8c96dd80f891 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Fri, 26 Apr 2024 09:12:35 +0200 Subject: [PATCH] bump 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2dcd1c..e81d059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" [[package]] name = "dlm" -version = "0.3.8" +version = "0.4.0" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f057c5a..bc93019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlm" -version = "0.3.8" +version = "0.4.0" authors = ["Arnaud Gourlay "] description = "Minimal download manager" repository = "https://github.com/agourlay/dlm"