publish 0.6.6 with aes 0.8
This commit is contained in:
parent
4b8f99c238
commit
21a20584bc
4 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [0.6.6]
|
||||
### Changed
|
||||
|
||||
- Updated `aes` dependency to `0.8.2` (https://github.com/zip-rs/zip/pull/354)
|
||||
|
||||
## [0.6.5]
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zip"
|
||||
version = "0.6.5"
|
||||
version = "0.6.6"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/zip-rs/zip.git"
|
||||
|
|
|
@ -32,14 +32,14 @@ With all default features:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = "5"
|
||||
zip = "0.6"
|
||||
```
|
||||
|
||||
Without the default features:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
zip = { version = "0.6.5", default-features = false }
|
||||
zip = { version = "0.6.6", default-features = false }
|
||||
```
|
||||
|
||||
The features available are:
|
||||
|
|
|
@ -50,6 +50,6 @@ mod zipcrypto;
|
|||
///
|
||||
/// ```toml
|
||||
/// [dependencies]
|
||||
/// zip = "=0.6.5"
|
||||
/// zip = "=0.6.6"
|
||||
/// ```
|
||||
pub mod unstable;
|
||||
|
|
Loading…
Add table
Reference in a new issue