From 1b3c779002fef5c4dc85b41bcd385f61747b6757 Mon Sep 17 00:00:00 2001 From: cyr Date: Mon, 18 Nov 2024 18:53:28 +0100 Subject: [PATCH] 0.16.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0c3591..ce8c8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "aptmirs" -version = "0.16.0" +version = "0.16.1" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 8e39a30..cadaa91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptmirs" description = "A simple tool for mirroring apt/deb repositories" -version = "0.16.0" +version = "0.16.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html