diff --git a/Cargo.toml b/Cargo.toml index 990cc57..5d1d31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,7 @@ members = [ "wasmi", "derive", ] + +exclude = [ + "benches", # uses custom profile +] diff --git a/benches/Cargo.toml b/benches/Cargo.toml index de60346..85466d2 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Sergey Pepyakin "] [dependencies] -wasmi = { path = ".." } +wasmi = { path = "../wasmi" } assert_matches = "1.2" wabt = "0.6"