Skip to content

Commit c5333f2

Browse files
committed
Use git2 without default features
1 parent 6c0f43d commit c5333f2

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ authors = ["o2sh <[email protected]>"]
55

66
[dependencies]
77
colored= "1.6.1"
8-
git2 = "0.7.5"
8+
git2 = {version = "0.7.5", default-features = false}
99
tokei = "8.0"
10+

0 commit comments

Comments
 (0)