We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9f6de commit 120ff1dCopy full SHA for 120ff1d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async_zip"
3
-version = "0.0.5"
+version = "0.0.6"
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.5"
+async_zip = "0.0.6"
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