Skip to content

Commit

Permalink
feat: Remove default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
28Smiles committed Jul 14, 2022
1 parent fe2df8b commit b766584
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 @@ -18,7 +18,7 @@ safe = []
parallel = ["rayon"]
wasm-parallel = ["parallel", "wasm-bindgen-rayon"]
wasm-pack = [ "serde", "wasm-bindgen", "tsify", "wee_alloc", "console_error_panic_hook", "js-sys", "serde-wasm-bindgen" ]
default = [ "std", "parallel" ]
default = [ "std" ]

[dependencies]
const-trig = "0"
Expand Down

0 comments on commit b766584

Please sign in to comment.