Bump version to 0.6.9

This commit is contained in:
Chris Hennick 2023-04-29 16:45:41 -07:00
parent 7bad785f47
commit 23a1b3d9f7
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zip_next"
version = "0.6.8"
version = "0.6.9"
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

@ -31,14 +31,14 @@ With all default features:
```toml
[dependencies]
zip_next = "0.6.8"
zip_next = "0.6.9"
```
Without the default features:
```toml
[dependencies]
zip_next = { version = "0.6.8", default-features = false }
zip_next = { version = "0.6.9", default-features = false }
```
The features available are: