diff --git a/Cargo.toml b/Cargo.toml index 22b3bc46..94037d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.8.2" +version = "0.8.3" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index 48ddfa70..6446e45f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ zip_next [![Build Status](https://github.com/Pr0methean/zip-next/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip_next.svg)](https://crates.io/crates/zip_next) -[Documentation](https://docs.rs/zip_next/0.8.2/zip_next/) +[Documentation](https://docs.rs/zip_next/0.8.3/zip_next/) Info ---- @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.8.2" +zip_next = "0.8.3" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.8.2", default-features = false } +zip_next = { version = "0.8.3", default-features = false } ``` The features available are: