Use exact embedded-graphics version

This commit is contained in:
Yuri Iozzelli 2020-01-12 12:04:12 +01:00
parent 539eeb459e
commit ff62a152af

View file

@ -14,7 +14,7 @@ embedded-hal = "0.2.3"
[dependencies.embedded-graphics]
optional = true
version = "0.6.0-alpha.2"
version = "=0.6.0-alpha.2"
[features]
default = ["graphics"]