From 5329a7ec180f2bc175bdbf1b4d9d223b5e6726da Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius Date: Sun, 29 Jul 2018 19:21:24 +0300 Subject: [PATCH] Bump the crate version as min Rust version now is 1.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eab8082..7bcc272 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.7.0" +version = "0.8.0" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust"