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: