From 3f3a084a696b4305285acac1bec8dc13f34e8650 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 6 May 2019 14:49:17 +0200 Subject: [PATCH] Exclude benches from workspaces --- 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"]