Fix benches

This commit is contained in:
Sergey Pepyakin 2019-01-25 11:59:16 +01:00
parent 649818482d
commit 3bd8f8a250
2 changed files with 5 additions and 1 deletions

View File

@ -3,3 +3,7 @@ members = [
"wasmi",
"derive",
]
exclude = [
"benches", # uses custom profile
]

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
[dependencies]
wasmi = { path = ".." }
wasmi = { path = "../wasmi" }
assert_matches = "1.2"
wabt = "0.6"