From 54453707a43cd4e010482355f145713f50d87176 Mon Sep 17 00:00:00 2001 From: 1BADragon <6611786+1BADragon@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:01:36 -0700 Subject: [PATCH] Fix default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c22719c..29a5d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ inherits = "release" debug = true [features] -default = ["type_prop", "wasm"] +default = ["type_prop"] ast_ser = [] debug_output = [] type_prop = []