summaryrefslogtreecommitdiffstats
path: root/reindex/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-08-04 15:41:09 +0100
committerKornel <kornel@geekhood.net>2019-08-04 15:41:09 +0100
commit39d7687991e3d6e88f78a1d3b7b1b8cb3a1c5ac7 (patch)
tree5084d30ca44b2fcf259d75ed176b079f94aef990 /reindex/Cargo.toml
parent8197c7c74eb6020ce9831d27f3c08c7e2f33ed79 (diff)
Bump version
Diffstat (limited to 'reindex/Cargo.toml')
-rw-r--r--reindex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/reindex/Cargo.toml b/reindex/Cargo.toml
index 41296b3..2c7a9eb 100644
--- a/reindex/Cargo.toml
+++ b/reindex/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Kornel <kornel@geekhood.net>"]
[dependencies]
crate_db = { path = "../crate_db", version = "0.4.0" }
github_info = { path = "../github_info", version = "0.8.0" }
-kitchen_sink = { path = "../kitchen_sink", version = "0.7.1" }
+kitchen_sink = { path = "../kitchen_sink", version = "0.8" }
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
user_db = { path = "../user_db", version = "0.3" }
failure = "0.1.1"