Skip to content

Commit 512ce20

Browse files
author
Gal Ben David
committed
remove git2-rs default deatures
1 parent 37580f1 commit 512ce20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ name = "pyrepscan"
2929
crate-type = ["cdylib"]
3030

3131
[dependencies]
32-
git2 = "0.13"
3332
regex = "1"
3433
rayon = "1.5"
3534
chrono = "0.4"
3635
parking_lot = "0.11"
3736

37+
[dependencies.git2]
38+
version = "0.13"
39+
default-features = false
40+
3841
[dependencies.pyo3]
3942
version = "0.13.1"
4043
features = ["extension-module"]

0 commit comments

Comments
 (0)