mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 09:56:31 +00:00
Fix std dependency from itertools
This commit is contained in:
parent
fa2ebe0ecc
commit
e45c70e2f7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ categories = ["embedded","visualization","no-std","graphics"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embedded-graphics = "0.6.0"
|
embedded-graphics = "0.6.0"
|
||||||
itertools = "0.9.0"
|
itertools = {version = "0.9.0", default-features = false}
|
||||||
heapless = "0.5.6"
|
heapless = "0.5.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue