Bump version and remove unused benchmark

This commit is contained in:
Daniel Sockwell 2020-04-05 17:25:41 -04:00
parent 357b812f58
commit 3d3b06d534
1 changed files with 1 additions and 5 deletions

View File

@ -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 <daniel@codesections.com", "Julian Laubstein <contact@julianlaubstein.de>"]
edition = "2018"
@ -34,10 +34,6 @@ regex = "1.3.2"
name = "parse_redis"
harness = false
[[bench]]
name = "bench_instant"
harness = false
[features]
default = [ "production" ]