Bump version to 0.6.6

This commit is contained in:
Chris Hennick 2023-04-23 16:08:45 -07:00
parent 406abacd2c
commit 5f9567e313
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zip_next"
version = "0.6.5"
version = "0.6.6"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>",
"Chris Hennick <hennickc@amazon.com>"]
license = "MIT"

View file

@ -4,7 +4,7 @@ zip_next
[![Build Status](https://img.shields.io/github/workflow/status/Pr0methean/zip-next/CI)](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI)
[![Crates.io version](https://img.shields.io/crates/v/zip_next.svg)](https://crates.io/crates/zip_next)
[Documentation](https://docs.rs/zip_next/0.6.5/zip_next/)
[Documentation](https://docs.rs/zip_next/0.6.6/zip_next/)
Info
----
@ -31,14 +31,14 @@ With all default features:
```toml
[dependencies]
zip_next = "0.6.5"
zip_next = "0.6.6"
```
Without the default features:
```toml
[dependencies]
zip_next = { version = "0.6.5", default-features = false }
zip_next = { version = "0.6.6", default-features = false }
```
The features available are: