From 606b144dc40ed418253d26bb56bcbe9469d04cf1 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 29 Sep 2018 23:47:04 -0500 Subject: Remove critereon based benchmark Benchmarks were out-of-date copy-pasta and misleading. --- Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7c228ac..bbfba5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roughenough" -version = "1.0.4" +version = "1.1.0" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock ", "Aaron Hill "] license = "Apache-2.0" @@ -26,10 +26,3 @@ clap = "2" chrono = "0.4" hex = "0.3" -[dev-dependencies] -criterion = "0.2.0" - -[[bench]] -name = "messages" -harness = false - -- cgit v1.2.3