From d69a7f9405444e86475f615f91ba6c924a293096 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Sep 2021 12:53:01 +0200 Subject: put benchmark behind feature flag we can compile using stable rust --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b96a380..2a146dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,10 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" +[features] +default = [] + +bench = [] + [workspace] members = ["macros"] -- cgit v1.2.3