Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holmer committed Nov 6, 2017
1 parent 55a1471 commit fa334e0
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
cache: cargo
- os: linux
rust: 1.19.0
rust: 1.20.0
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo
- os: linux
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 0.18.0 (unreleased)
- Bump `itertools` to 0.7
- Bump `image` to 0.17
- Bump minimum rustc version to 1.20.0

### Version 0.17.2
- Bump `image` to 0.16
- Quickly pass over files that do not have a PNG header ([#85](https://github.com/shssoichiro/oxipng/issues/85) @emielbeinema)
Expand Down
Loading

0 comments on commit fa334e0

Please sign in to comment.