Skip to content

Commit d12f018

Browse files
update cargo/crates-index-diff/git2
`git2` was listed as a full dep as well as a build dep, but it turns out it wasn't being used in the crate proper, so i took this chance to remove it from the main dependencies list
1 parent 9f9fa7c commit d12f018

File tree

3 files changed

+25
-44
lines changed

3 files changed

+25
-44
lines changed

Cargo.lock

+24-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rustc-serialize = "0.3"
1313
regex = "1"
1414
clap = "2"
1515
crates-index-diff = "4"
16-
git2 = "0.7"
1716
time = "0.1"
1817
reqwest = "0.9"
1918
semver = "0.9"
@@ -50,7 +49,7 @@ tempdir = "0.3"
5049

5150
[build-dependencies]
5251
time = "0.1"
53-
git2 = "0.7"
52+
git2 = "0.9"
5453
sass-rs = "0.2"
5554

5655
[[bin]]

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ extern crate params;
2626
extern crate libc;
2727
extern crate badge;
2828
extern crate crates_index_diff;
29-
extern crate git2;
3029
extern crate toml;
3130
extern crate html5ever;
3231
extern crate schemamama;

0 commit comments

Comments
 (0)