Skip to content

Commit f42c49e

Browse files
authored
Merge pull request #8 from ahkrr/master
remove the indirect dependency on arrayvec
2 parents 810cdc5 + bd31fa1 commit f42c49e

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)