summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-10 17:23:08 +0000
committerKornel <kornel@geekhood.net>2020-03-10 17:23:08 +0000
commitb9d0a68c2f1e37f457677614b6d03a6efd0be577 (patch)
treedd91cb24cae2cd3f584cfc29892c1c22add477bd
parent41b4514345b1d30b6dfee731cf1bf0f735c509f0 (diff)
Unfork
-rw-r--r--deps_index/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps_index/Cargo.toml b/deps_index/Cargo.toml
index 4c024b4..2d0c6c3 100644
--- a/deps_index/Cargo.toml
+++ b/deps_index/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-crates-index = { git = "https://github.com/frewsxcv/rust-crates-index", version = "0.14.1", branch = "smol" }
+crates-index = "0.14.2"
rich_crate = { path = "../rich_crate", version = "0.5" }
repo_url = { path = "../repo_url", version = "0.3.0" }
serde = "1.0.104"