Merge branch 'master' into write_fuzz

This commit is contained in:
Chris Hennick 2023-04-29 21:27:43 -07:00
commit df489189b1
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74
4 changed files with 10 additions and 6 deletions

View file

@ -3,8 +3,6 @@ name: CI
on:
pull_request:
push:
branches:
- master
env:
RUSTFLAGS: -Dwarnings

View file

@ -68,4 +68,10 @@
### Fixed
- Fixed a Clippy warning that was missed during the last release.
- Fixed a Clippy warning that was missed during the last release.
## [0.6.13]
### Fixed
- Fixed a possible bug in deep_copy_file.

View file

@ -1,6 +1,6 @@
[package]
name = "zip_next"
version = "0.6.12"
version = "0.6.13"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>",
"Chris Hennick <hennickc@amazon.com>"]
license = "MIT"

View file

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