diff --git a/Cargo.toml b/Cargo.toml index 82517f8..dfd8636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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"