We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dab338 commit db338caCopy full SHA for db338ca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async_zip"
3
-version = "0.0.7"
+version = "0.0.8"
4
edition = "2021"
5
authors = ["Harry [hello@majored.pw]"]
6
repository = "https://github.com/Majored/rs-async-zip"
README.md
@@ -17,7 +17,7 @@ An asynchronous ZIP archive reading/writing crate powered by [`tokio`](https://c
17
18
```toml
19
[dependencies]
20
-async_zip = "0.0.7"
+async_zip = "0.0.8"
21
```
22
23
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.
0 commit comments