diff --git a/Cargo.toml b/Cargo.toml index 4863550..39926e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.8.1" +version = "0.8.0" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"