From 88f4788758bb8273c5b8ed74e4dff46d85f50962 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Fri, 5 May 2023 11:38:56 -0700 Subject: [PATCH] Bump version to 0.7.3 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64a1bd13..83df6493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.7.2" +version = "0.7.3" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index d6cd8617..2eeeafa3 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.7.2" +zip_next = "0.7.3" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.7.2", default-features = false } +zip_next = { version = "0.7.3", default-features = false } ``` The features available are: