Update dependencies.

This commit is contained in:
kennytm 2018-05-05 22:43:15 +08:00
parent c19ace9100
commit a93111d930
2 changed files with 4 additions and 4 deletions

View file

@ -17,9 +17,9 @@ matrix:
- os: linux
rust: 1.20.0
- os: linux
rust: 1.24.1
rust: 1.25.0
- os: osx
rust: 1.24.1
rust: 1.25.0
- os: linux
rust: beta
- os: linux

View file

@ -2,7 +2,7 @@
name = "qrcode"
description = "QR code encoder in Rust"
license = "MIT / Apache-2.0"
version = "0.6.0"
version = "0.7.0"
authors = ["kennytm <kennytm@gmail.com>"]
keywords = ["qrcode"]
repository = "https://github.com/kennytm/qrcode-rust"
@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" }
maintenance = { status = "passively-maintained" }
[dependencies]
image = { version = "0.18", optional = true }
image = { version = "0.19", optional = true }
checked_int_cast = "1"
[features]