aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-23 13:41:56 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-23 13:41:56 -0500
commit383193179ab1a7613e7fe7521a120c5a6b9ce202 (patch)
tree419478f6a9a2af9d4c749bf87d3d109c3b474485 /teleterm/Cargo.toml
parent263e3e0255d14e0c8ab1e09d7721866cdef4a6a4 (diff)
downloadteleterm-383193179ab1a7613e7fe7521a120c5a6b9ce202.tar.gz
teleterm-383193179ab1a7613e7fe7521a120c5a6b9ce202.zip
remove unicode-normalization from the wasm build
this cuts about 30% off of the binary size, and should have almost no impact
Diffstat (limited to 'teleterm/Cargo.toml')
-rw-r--r--teleterm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/teleterm/Cargo.toml b/teleterm/Cargo.toml
index 774059e..f78eabe 100644
--- a/teleterm/Cargo.toml
+++ b/teleterm/Cargo.toml
@@ -50,7 +50,7 @@ ttyrec = "0.2"
url = "2"
users = "0.9"
uuid = { version = "0.8", features = ["v4"] }
-vt100 = "0.6"
+vt100 = "0.7"
[[bin]]
name = "tt"