From 383193179ab1a7613e7fe7521a120c5a6b9ce202 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 Nov 2019 13:41:56 -0500 Subject: remove unicode-normalization from the wasm build this cuts about 30% off of the binary size, and should have almost no impact --- teleterm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teleterm/Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf