Skip to content

Commit

Permalink
Fix default features
Browse files Browse the repository at this point in the history
  • Loading branch information
1BADragon committed Apr 17, 2024
1 parent cbc47b7 commit 5445370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inherits = "release"
debug = true

[features]
default = ["type_prop", "wasm"]
default = ["type_prop"]
ast_ser = []
debug_output = []
type_prop = []
Expand Down

0 comments on commit 5445370

Please sign in to comment.