Fix Cargo.toml
This commit is contained in:
parent
05027e617e
commit
2b149f5bdf
|
@ -15,8 +15,8 @@ default = ["std"]
|
||||||
# Disable for no_std support
|
# Disable for no_std support
|
||||||
std = ["parity-wasm/std", "byteorder/std"]
|
std = ["parity-wasm/std", "byteorder/std"]
|
||||||
# Enable for no_std support
|
# Enable for no_std support
|
||||||
# hashmap_core only works on no_std
|
# hashbrown only works on no_std
|
||||||
core = ["hashmap_core", "libm"]
|
core = ["hashbrown", "libm"]
|
||||||
derive = ["wasmi-derive"]
|
derive = ["wasmi-derive"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue