Bump version to 0.7.4

This commit is contained in:
Chris Hennick 2023-05-10 13:06:55 -07:00
parent bb85ef1de1
commit 3f8e7ec12c
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] [package]
name = "zip_next" name = "zip_next"
version = "0.7.3" version = "0.7.4"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>", 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>"] "Chris Hennick <hennickc@amazon.com>"]
license = "MIT" license = "MIT"

View file

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