From 3b42c70e4847a931a7d944c3a9685a52db8152aa Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Sat, 12 Oct 2019 00:07:10 -0700 Subject: [PATCH] core: Disable LZMA support by default --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index ec773aefa..6d743cb8b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,5 +26,5 @@ default-features = false # can't use rayon on web approx = "0.3.2" [features] -default = ["minimp3", "lzma"] +default = ["minimp3"] lzma = ["swf/lzma"]