Bumping up embedded-hal version to 1.0.0-alpha.8

This commit is contained in:
Ashutosh Parkhi 2022-06-23 17:20:18 +01:00
parent 99f6e63918
commit 00a50a13cc

View file

@ -1,3 +1,5 @@
# Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
[package]
name = "ili9341"
version = "0.5.0"
@ -12,7 +14,7 @@ edition = "2018"
[dependencies]
display-interface = "0.4.1"
embedded-hal = "1.0.0-alpha.7"
embedded-hal = "1.0.0-alpha.8"
[dependencies.embedded-graphics-core]
optional = true