From 01e3af105ec102e6c0c5543c9577644d4c9b9be4 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 24 Jul 2016 18:01:00 +0800 Subject: [PATCH] Just update dependencies. --- .travis.yml | 1 + Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f7048d..a1dea2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ os: rust: - 1.8.0 - 1.9.0 + - 1.14.0 - nightly env: diff --git a/Cargo.toml b/Cargo.toml index 2aad91f..8c09f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,19 +2,19 @@ name = "qrcode" description = "QR code encoder in Rust" license = "MIT / Apache-2.0" -version = "0.2.0" +version = "0.2.1" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust" readme = "README.md" documentation = "http://kennytm.github.io/qrcode-rust/" exclude = [ - ".travis.yml", ".gitignore", "update_doc.sh" + ".travis.yml", ".gitignore", "update_doc.sh", "test-data" ] [dependencies] -num-traits = "0.1.32" -image = { version = "0.10.0", optional = true } +num-traits = "0.1.33" +image = { version = "0.12.1", optional = true } [features] default = ["image"]