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