Skip to content

Commit

Permalink
fix(vm) enable-serde is a default feature of wasm-common.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 23, 2020
1 parent 14b0d84 commit 8c5a929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
wasm-common = { path = "../wasm-common", version = "1.0.0-alpha.1", features = ["enable-serde"] }
wasm-common = { path = "../wasm-common", version = "1.0.0-alpha.1" }
region = "2.2"
libc = { version = "0.2", default-features = false }
memoffset = "0.5"
Expand Down

0 comments on commit 8c5a929

Please sign in to comment.