From eecf1e92774216ccd6ceab73db0b18b6834c67ef Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Thu, 16 Mar 2023 21:59:33 +0100 Subject: [PATCH] next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d605bab..85d5fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "dlm" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 15d6764..5021b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlm" -version = "0.3.1" +version = "0.3.2" authors = ["Arnaud Gourlay "] description = "Minimal download manager" edition = "2021"