mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 14:30:58 +00:00
Merge pull request #37 from ashutosh-arm/upgrade_embedded_hal_to_alpha
Bumping up embedded-hal version to 1.0.0-alpha.8
This commit is contained in:
commit
df5ea50076
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]
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue