Skip to content

Commit db338ca

Browse files
committed
Bump version
1 parent 0dab338 commit db338ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_zip"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55
authors = ["Harry [hello@majored.pw]"]
66
repository = "https://github.com/Majored/rs-async-zip"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An asynchronous ZIP archive reading/writing crate powered by [`tokio`](https://c
1717

1818
```toml
1919
[dependencies]
20-
async_zip = "0.0.7"
20+
async_zip = "0.0.8"
2121
```
2222

2323
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

Comments
 (0)