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:
Yuri Iozzelli 2022-06-24 10:12:52 +02:00 committed by GitHub
commit df5ea50076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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