Version 0.18.1
This commit is contained in:
parent
4d62f9f7f9
commit
ce5f83ac6c
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
### Version 0.18.1 (unreleased)
|
||||
### Version 0.18.1
|
||||
- Bump `rayon` to 0.9
|
||||
- Fix failure to optimize on certain grayscale images ([#89](https://github.com/shssoichiro/oxipng/issues/89))
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -335,7 +335,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxipng"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
dependencies = [
|
||||
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
|
|||
license = "MIT"
|
||||
name = "oxipng"
|
||||
repository = "https://github.com/shssoichiro/oxipng"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
|
||||
[[bin]]
|
||||
doc = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue