diff --git a/Cargo.toml b/Cargo.toml index 01db9e4e..1fa7e8f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.6.9" +version = "0.6.10" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index 65f95eb3..f3fb31b4 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.6.9" +zip_next = "0.6.10" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.6.9", default-features = false } +zip_next = { version = "0.6.10", default-features = false } ``` The features available are: