Update README.md (#205)

This commit is contained in:
thiolliere 2019-08-27 22:20:17 +02:00 committed by Sergei Pepyakin
parent b1ea069c4a
commit 9d998c7289
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ This crate supports `no_std` environments.
Enable the `core` feature and disable default features:
```toml
[dependencies]
parity-wasm = {
version = "0.31",
wasmi = {
version = "*",
default-features = false,
features = "core"
}