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:
parent
57f8d6b62c
commit
08815b9fce
2 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
- Method `is_writing_file` - indicates whether a file is open for writing.
|
||||
|
||||
## [0.7.0.1]
|
||||
## [0.7.1]
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -32,14 +32,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = "0.7.0.1"
|
||||
zip_next = "0.7.1"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = { version = "0.7.0.1", default-features = false }
|
||||
zip_next = { version = "0.7.1", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
Loading…
Add table
Reference in a new issue