aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 02:23:58 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 06:59:23 -0500
commit69cd33e0f55ad0a7d9baf71121e22fc5c1879e88 (patch)
tree17670601b4762ec25949dfc0a2393e6003c690b5 /Cargo.toml
parent2fab7512c297cfadaef1b5d268654f5fde41e786 (diff)
downloadteleterm-vt100-stream.tar.gz
teleterm-vt100-stream.zip
put vt100 in the streaming pathvt100-stream
this isn't quite ideal yet because it means we lose all scrollback - maybe this is okay?
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 986af54..f1622ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ twoway = "0.2"
url = "2"
users = "0.9"
uuid = { version = "0.8", features = ["v4"] }
-vt100 = "0.4"
+vt100 = "0.5"
[[bin]]
name = "tt"