From 3d3b06d534de91733710b77e90874e6bd5131f59 Mon Sep 17 00:00:00 2001 From: Daniel Sockwell Date: Sun, 5 Apr 2020 17:25:41 -0400 Subject: [PATCH] Bump version and remove unused benchmark --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 237746a..aaee961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flodgatt" description = "A blazingly fast drop-in replacement for the Mastodon streaming api server" -version = "0.7.0" +version = "0.7.1" authors = ["Daniel Long Sockwell "] edition = "2018" @@ -34,10 +34,6 @@ regex = "1.3.2" name = "parse_redis" harness = false -[[bench]] -name = "bench_instant" -harness = false - [features] default = [ "production" ]