Bump version to 1.0.1
This commit is contained in:
parent
4eef0d297e
commit
9d3f307a42
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ zip_next
|
|||
[](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI)
|
||||
[](https://crates.io/crates/zip_next)
|
||||
|
||||
[Documentation](https://docs.rs/zip_next/1.0.0/zip_next/)
|
||||
[Documentation](https://docs.rs/zip_next/1.0.1/zip_next/)
|
||||
|
||||
Info
|
||||
----
|
||||
|
@ -33,14 +33,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = "1.0.0"
|
||||
zip_next = "1.0.1"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip_next = { version = "1.0.0", default-features = false }
|
||||
zip_next = { version = "1.0.1", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
|
@ -52,6 +52,6 @@ mod zipcrypto;
|
|||
///
|
||||
/// ```toml
|
||||
/// [dependencies]
|
||||
/// zip_next = "=1.0.0"
|
||||
/// zip_next = "=1.0.1"
|
||||
/// ```
|
||||
pub mod unstable;
|
||||
|
|
Loading…
Add table
Reference in a new issue