diff --git a/Cargo.toml b/Cargo.toml index 9aedeef..bd53711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["embedded","visualization","no-std","graphics"] [dependencies] embedded-graphics = "0.6.0" -itertools = "0.9.0" +itertools = {version = "0.9.0", default-features = false} heapless = "0.5.6" [dev-dependencies]