summaryrefslogtreecommitdiffstats
path: root/user_db
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-02-15 12:56:42 +0000
committerKornel <kornel@geekhood.net>2019-02-15 12:56:42 +0000
commit3dce89360c06afa42c7a79fc241e080944eeca18 (patch)
treeb237bf1d327ed2c55bd290fc8bc8bd5ece077d00 /user_db
parent27b52439c28fb7eaf7c86ef708b13d79747d4ced (diff)
Fix repo paths
Diffstat (limited to 'user_db')
-rw-r--r--user_db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_db/Cargo.toml b/user_db/Cargo.toml
index 7351ba8..2c1b0bf 100644
--- a/user_db/Cargo.toml
+++ b/user_db/Cargo.toml
@@ -11,6 +11,6 @@ path = "src/lib_user_db.rs"
[dependencies]
rusqlite = "0.16"
-github_info = { git = "https://gitlab.com/crates.rs/github_info.git", version = "0.8.0" }
+github_info = { path = "../github_info", version = "0.8.0" }
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
failure = "0.1.1"