File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async_zip"
3- version = " 0.0.15 "
3+ version = " 0.0.16 "
44edition = " 2021"
55authors = [" Harry [hello@majored.pw]" ]
66repository = " https://github.com/Majored/rs-async-zip"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ An asynchronous ZIP archive reading/writing crate.
2020
2121``` toml
2222[dependencies ]
23- async_zip = { version = " 0.0.14 " , features = [" full" ] }
23+ async_zip = { version = " 0.0.16 " , features = [" full" ] }
2424```
2525
2626A (soon to be) extensive list of [ examples] ( https://github.com/Majored/rs-async-zip/tree/main/examples ) can be found under the ` /examples ` directory.
Original file line number Diff line number Diff line change 1919//!
2020//! ```toml
2121//! [dependencies]
22- //! async_zip = { version = "0.0.15 ", features = ["full"] }
22+ //! async_zip = { version = "0.0.16 ", features = ["full"] }
2323//! ```
2424//!
2525//! ### Feature Flags
You can’t perform that action at this time.
0 commit comments