Update embedded-hal version and bumb to 1.4

This commit is contained in:
Yuri Iozzelli 2018-06-19 22:55:32 +02:00
parent 951addadae
commit 743f127aa5

View file

@ -1,6 +1,6 @@
[package]
name = "ili9341"
version = "0.1.3"
version = "0.1.4"
description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
@ -10,4 +10,4 @@ repository = "https://github.com/yuri91/ili9341-rs"
[dependencies]
embedded-hal = "0.1.0"
embedded-hal = "0.2.1"