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" ]