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 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6966652..151dcbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2819,9 +2819,9 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "vt100" -version = "0.6.3" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2fb7c2a84d2b7d5973770bff882ec87618479fe7b5ed88fa9d3ade606352e4" +checksum = "1abc6eb014f6d798f61d4c511de1006c3857dd6e06f0773eca933dc5cfdf33d7" dependencies = [ "enumset", "itoa", -- cgit v1.2.3-54-g00ecf