summaryrefslogtreecommitdiffstats
path: root/deps_index/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-06 14:55:44 +0000
committerKornel <kornel@geekhood.net>2020-03-06 14:55:44 +0000
commit9754de633660203ac7f2e289d2a103110ff67de2 (patch)
treeb6db382dbd9f2ad2cf51b0bdc2ef678ed056140e /deps_index/Cargo.toml
parent57b4083b5924b51caf6ab934913a0ba5f9df5b2f (diff)
Smaller crates index
Diffstat (limited to 'deps_index/Cargo.toml')
-rw-r--r--deps_index/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps_index/Cargo.toml b/deps_index/Cargo.toml
index 1c6a479..4c024b4 100644
--- a/deps_index/Cargo.toml
+++ b/deps_index/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "deps_index"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-crates-index = "0.14"
+crates-index = { git = "https://github.com/frewsxcv/rust-crates-index", version = "0.14.1", branch = "smol" }
rich_crate = { path = "../rich_crate", version = "0.5" }
repo_url = { path = "../repo_url", version = "0.3.0" }
serde = "1.0.104"