Fix Cargo.toml

This commit is contained in:
Sergey Pepyakin 2019-01-25 16:46:18 +01:00
parent 05027e617e
commit 2b149f5bdf
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ default = ["std"]
# Disable for no_std support
std = ["parity-wasm/std", "byteorder/std"]
# Enable for no_std support
# hashmap_core only works on no_std
core = ["hashmap_core", "libm"]
# hashbrown only works on no_std
core = ["hashbrown", "libm"]
derive = ["wasmi-derive"]
[dependencies]