From 3bd8f8a250515d3b90b985bdebe2da1b9c30dd47 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 25 Jan 2019 11:59:16 +0100 Subject: [PATCH] Fix benches --- Cargo.toml | 4 ++++ benches/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"