diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c74761..e8a652dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -222,3 +222,9 @@ ### Changed - Where possible, methods are now `const`. This improves performance, especially when reading. + +## [0.10.3] + +### Changed + + - Updated dependencies. diff --git a/Cargo.toml b/Cargo.toml index f045beeb..2e848f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.10.2" +version = "0.10.3" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index 15910975..324baf51 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.10.2" +zip_next = "0.10.3" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.10.2", default-features = false } +zip_next = { version = "0.10.3", default-features = false } ``` The features available are: diff --git a/src/lib.rs b/src/lib.rs index 662ca779..27771a21 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,6 +49,6 @@ mod zipcrypto; /// /// ```toml /// [dependencies] -/// zip_next = "=0.10.2" +/// zip_next = "=0.10.3" /// ``` pub mod unstable;