From 139c6553c8374a6609b4241cbc22f4bd6480d47a Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 1 Feb 2024 10:07:07 +0100 Subject: [PATCH] chore: Release async_http_range_reader version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3d062c..2ad44ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"