From 2960f1b4ec564a499c432f40db01f0503afc7c9f Mon Sep 17 00:00:00 2001 From: Sergei Pepyakin Date: Mon, 6 May 2019 16:24:07 +0200 Subject: [PATCH] Exclude benches from workspaces (#180) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bdd7d78..6c1d87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,3 +39,4 @@ core = [ [workspace] members = ["validation"] +exclude = ["benches"]