Bump embedded-hal version to 0.2.2

This commit is contained in:
Yuri Iozzelli 2019-05-02 23:28:06 +02:00
parent 400080cc5b
commit 14e6d5dc6d

View file

@ -10,7 +10,7 @@ repository = "https://github.com/yuri91/ili9341-rs"
[dependencies]
embedded-hal = "0.2.1"
embedded-hal = "0.2.2"
[dependencies.embedded-graphics]
optional = true