Merge pull request #25 from ignatenkobrain/patch-1

chore: Update image to 0.21
pull/27/head
kennytm 2019-04-19 03:36:44 +08:00 committed by GitHub
commit a980f167f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" }
maintenance = { status = "passively-maintained" }
[dependencies]
image = { version = "0.20", default-features = false, optional = true }
image = { version = "0.21", default-features = false, optional = true }
checked_int_cast = "1"
[dev-dependencies]
image = "0.20"
image = "0.21"
[features]
default = ["image", "svg"]