aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-02-09 12:50:17 -0500
committerJesse Luehrs <doy@tozt.net>2020-02-09 13:07:40 -0500
commit1cc79222c23fc624cfa53e2ada0b61aad618b9d9 (patch)
tree0f0f415db35bd39f7e5553eaad6546d561f8995d /Cargo.toml
parent1b01fb4c2c687d5da8b041f59000374d973426e0 (diff)
downloadvt100-rust-1cc79222c23fc624cfa53e2ada0b61aad618b9d9.tar.gz
vt100-rust-1cc79222c23fc624cfa53e2ada0b61aad618b9d9.zip
bump vte version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c30bddc..ac6cd5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ itoa = "0.4"
enumset = "0.4"
log = "0.4"
unicode-width = "0.1"
-vte = "0.3"
+vte = "0.6"
[dev-dependencies]
quickcheck = "0.9"