From c19ace91001af26111e77a1730085a472d276bde Mon Sep 17 00:00:00 2001 From: kennytm Date: Mon, 26 Mar 2018 19:44:45 +0800 Subject: [PATCH] Cargo update. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd1e2cb..7fa7ec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qrcode" description = "QR code encoder in Rust" license = "MIT / Apache-2.0" -version = "0.5.0" +version = "0.6.0" authors = ["kennytm "] 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.17", optional = true } +image = { version = "0.18", optional = true } checked_int_cast = "1" [features]