Skip to content

Commit

Permalink
Removes wee_alloc due to rustwasm/wee_alloc#106
Browse files Browse the repository at this point in the history
  • Loading branch information
RoganMatrivski committed Sep 5, 2022
1 parent f492f3d commit 7260c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ name = "runtime"
path = "src/main.rs"

[features]
default = ["console_error_panic_hook", "wee_alloc"]
default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.63"
Expand Down

0 comments on commit 7260c5d

Please sign in to comment.