From a93111d930d39844437bf5f80b99501e62fa9936 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sat, 5 May 2018 22:43:15 +0800 Subject: [PATCH] Update dependencies. --- .travis.yml | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3857378..a597199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 7fa7ec2..eab8082 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.6.0" +version = "0.7.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.18", optional = true } +image = { version = "0.19", optional = true } checked_int_cast = "1" [features]