Skip to content

Commit bd31fa1

Browse files
author
ahkrr
committed
remove the indirect dependency on arrayvec
by turning off default-features
1 parent 810cdc5 commit bd31fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
keywords = ["ansi", "escape", "terminal"]
1212

1313
[dependencies]
14-
vte = "0.10"
14+
vte = { version = "0.10", default-features = false }
1515

1616
[dev-dependencies]
1717
doc-comment = "0.3"

0 commit comments

Comments
 (0)