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: