From c3d0fd145b4398aa1b5f885023c1e0ea6701ff72 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 1 May 2023 11:01:05 -0700 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6825e867..108cc0a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.6.13" +version = "0.7.0" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index c0caf98a..dab76774 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.6.13" +zip_next = "0.7.0" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.6.13", default-features = false } +zip_next = { version = "0.7.0", default-features = false } ``` The features available are: