mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
chore: bump embedded-graphics and profont
This commit is contained in:
parent
89b973b815
commit
3e23728e35
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ version = "0.2.6"
|
||||||
|
|
||||||
[dependencies.embedded-graphics]
|
[dependencies.embedded-graphics]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
|
|
||||||
[dependencies.linux-embedded-hal]
|
[dependencies.linux-embedded-hal]
|
||||||
optional = true
|
optional = true
|
||||||
|
@ -30,7 +30,7 @@ version = "0.3.2"
|
||||||
|
|
||||||
[dependencies.profont]
|
[dependencies.profont]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.5.0"
|
version = "0.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["graphics"]
|
default = ["graphics"]
|
||||||
|
|
Loading…
Reference in a new issue