From 3ebd3269a76fe3fcf92c90e68b06e8fe96b39632 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Sun, 24 Jun 2018 17:16:51 +0200 Subject: [PATCH] Bump to 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b70e620..c1d920d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ili9341" -version = "0.1.6" +version = "0.1.7" description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display" authors = ["Yuri Iozzelli "] categories = ["embedded", "hardware-support", "no-std"]