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.
|
- Method `is_writing_file` - indicates whether a file is open for writing.
|
||||||
|
|
||||||
## [0.7.0.1]
|
## [0.7.1]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue