From bd31fa136cc2d27d39c4291a3aa49b9b6c2b9b61 Mon Sep 17 00:00:00 2001 From: ahkrr Date: Sun, 14 Nov 2021 13:26:33 +0100 Subject: [PATCH] remove the indirect dependency on arrayvec by turning off default-features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89dc54e..03245e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" keywords = ["ansi", "escape", "terminal"] [dependencies] -vte = "0.10" +vte = { version = "0.10", default-features = false } [dev-dependencies] doc-comment = "0.3"