From 3f8e7ec12cb857f7634e050829967888b8ec8a41 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 10 May 2023 13:06:55 -0700 Subject: [PATCH] Bump version to 0.7.4 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88e3a3ce..f8068edf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.7.3" +version = "0.7.4" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index 2eeeafa3..a52116eb 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.7.3" +zip_next = "0.7.4" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.7.3", default-features = false } +zip_next = { version = "0.7.4", default-features = false } ``` The features available are: