mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 14:30:58 +00:00
Bumping up embedded-hal version to 1.0.0-alpha.8
This commit is contained in:
parent
99f6e63918
commit
00a50a13cc
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "ili9341"
|
name = "ili9341"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
@ -12,7 +14,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
display-interface = "0.4.1"
|
display-interface = "0.4.1"
|
||||||
embedded-hal = "1.0.0-alpha.7"
|
embedded-hal = "1.0.0-alpha.8"
|
||||||
|
|
||||||
[dependencies.embedded-graphics-core]
|
[dependencies.embedded-graphics-core]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
Loading…
Reference in a new issue