diff --git a/Cargo.toml b/Cargo.toml index 8419fa2..a0c70fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async_zip" -version = "0.0.6" +version = "0.0.7" edition = "2021" authors = ["Harry [hello@majored.pw]"] repository = "https://github.com/Majored/rs-async-zip" diff --git a/README.md b/README.md index 6088f0a..0f78ca6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ An asynchronous ZIP archive reading/writing crate powered by [`tokio`](https://c ```toml [dependencies] -async_zip = "0.0.6" +async_zip = "0.0.7" ``` A (soon to be) extensive list of [examples](https://github.com/Majored/rs-async-zip/tree/main/examples) can be found under the `/examples` directory.