From 6fe4b5232984eec77e9680c8d52f2e1abaf2bebe Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 11 Feb 2020 17:31:53 +0800 Subject: [PATCH] Update dependencies and set version = 0.12.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 449a26e..2120c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qrcode" description = "QR code encoder in Rust" license = "MIT OR Apache-2.0" -version = "0.11.2" +version = "0.12.0" edition = "2018" authors = ["kennytm "] keywords = ["qrcode"] @@ -21,11 +21,11 @@ is-it-maintained-open-issues = { repository = "kennytm/qrcode-rust" } maintenance = { status = "passively-maintained" } [dependencies] -image = { version = "0.22", default-features = false, optional = true } +image = { version = "0.23", default-features = false, optional = true } checked_int_cast = "1" [dev-dependencies] -image = "0.22" +image = "0.23" [features] default = ["image", "svg"]