diff --git a/Cargo.lock b/Cargo.lock index bb4b6af..d73355d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "searchspot" -version = "0.7.0" +version = "0.8.0" dependencies = [ "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bbe5f82..bfe732f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "searchspot" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/honeypotio/searchspot" authors = ["Giovanni Capuano "]