summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-28 12:02:42 +0000
committerKornel <kornel@geekhood.net>2020-02-28 12:03:19 +0000
commit42a7a6b46a1602aa690ed4878790b7392c213b98 (patch)
tree5611e357912d621838e66a9c401763d7ac74deae
parente78b2ea5bf09fbdca0f585424815ac0c7f5758aa (diff)
Fix URL
m---------crate_git_checkout10
-rw-r--r--reindex/Cargo.toml2
-rw-r--r--user_db/Cargo.toml2
3 files changed, 7 insertions, 7 deletions
diff --git a/crate_git_checkout b/crate_git_checkout
-Subproject 1b6c0252ac14872e3c3003e1205196b36e75a02
+Subproject 68d0db0a66413ce315b940cbe11a2c47f9eaa5e
diff --git a/reindex/Cargo.toml b/reindex/Cargo.toml
index 6930d95..dae65d9 100644
--- a/reindex/Cargo.toml
+++ b/reindex/Cargo.toml
@@ -6,7 +6,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" }
+github_info = { path = "../github_info", version = "0.9" }
kitchen_sink = { path = "../kitchen_sink", version = "0.9" }
repo_url = { path = "../repo_url" }
user_db = { path = "../user_db", version = "0.3" }
diff --git a/user_db/Cargo.toml b/user_db/Cargo.toml
index 8284bb5..f7b1beb 100644
--- a/user_db/Cargo.toml
+++ b/user_db/Cargo.toml
@@ -11,7 +11,7 @@ path = "src/lib_user_db.rs"
[dependencies]
rusqlite = "0.21.0"
-github_info = { path = "../github_info", version = "0.8.0" }
+github_info = { path = "../github_info", version = "0.9" }
repo_url = { path = "../repo_url" }
failure = "0.1.6"
parking_lot = "0.10.0"