Fix benches
This commit is contained in:
parent
649818482d
commit
3bd8f8a250
|
@ -3,3 +3,7 @@ members = [
|
|||
"wasmi",
|
||||
"derive",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
"benches", # uses custom profile
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue