Merge pull request #294 from zip-rs/feature/prepare_release_0.6.1
feat: prepare 0.6.1 release
This commit is contained in:
commit
172f60fb9a
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/zip-rs/zip.git"
|
||||
|
|
|
@ -5,7 +5,7 @@ zip-rs
|
|||
[](https://crates.io/crates/zip)
|
||||
[](https://discord.gg/rQ7H9cSsF4)
|
||||
|
||||
[Documentation](https://docs.rs/zip/0.6.0/zip/)
|
||||
[Documentation](https://docs.rs/zip/0.6.1/zip/)
|
||||
|
||||
> PSA: This version of the ZIP crate will not gain any new features,
|
||||
> and will only be updated if major security issues are found.
|
||||
|
@ -35,14 +35,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = "0.6"
|
||||
zip = "0.6.1"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = { version = "0.6", default-features = false }
|
||||
zip = { version = "0.6.1", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue