Merge pull request #294 from zip-rs/feature/prepare_release_0.6.1

feat: prepare 0.6.1 release
This commit is contained in:
Alexander Zaitsev 2022-04-01 00:58:57 +03:00 committed by GitHub
commit 172f60fb9a
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -5,7 +5,7 @@ zip-rs
[![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](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: