mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 14:30:58 +00:00
Update embedded-hal version and bumb to 1.4
This commit is contained in:
parent
951addadae
commit
743f127aa5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue