Bump version to 0.7.1 to work around a limitation of cargo publish where sub-patch versions aren't allowed

This commit is contained in:
Chris Hennick 2023-05-02 18:55:05 -07:00
parent 57f8d6b62c
commit 08815b9fce
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
2 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@
- Method `is_writing_file` - indicates whether a file is open for writing. - Method `is_writing_file` - indicates whether a file is open for writing.
## [0.7.0.1] ## [0.7.1]
### Changed ### Changed

View file

@ -32,14 +32,14 @@ With all default features:
```toml ```toml
[dependencies] [dependencies]
zip_next = "0.7.0.1" zip_next = "0.7.1"
``` ```
Without the default features: Without the default features:
```toml ```toml
[dependencies] [dependencies]
zip_next = { version = "0.7.0.1", default-features = false } zip_next = { version = "0.7.1", default-features = false }
``` ```
The features available are: The features available are: