From 780f13eecca1bffdf04d4db8d6c54fc25d2a6988 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 16 Oct 2019 14:55:05 +0900 Subject: [PATCH] Add path to local criterion.rs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3c18b6..f5fd911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "sv-parser-syntaxtree", ] -#[patch.crates-io] +[patch.crates-io] #nom = {path = "../nom"} #nom_locate = {path = "../nom_locate"} +criterion = {path = "../criterion.rs"}