Skip to content

Commit 9d52164

Browse files
committed
Downgrade git2 to 13 for experiments to avoid dep resolution issue
It's an issue that can't be reproduced locally somehow.
1 parent 728dd65 commit 9d52164

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experiments/diffing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ publish = false
1111
anyhow = "1"
1212
git-repository = { version = "^0.17.0", path = "../../git-repository", features = ["unstable"] }
1313
git-features-for-config = { package = "git-features", version = "^0.20.0", path = "../../git-features", features = ["cache-efficiency-debug"] }
14-
git2 = "0.14"
14+
git2 = "0.13"
1515
rayon = "1.5.0"
1616
memory-lru = "0.1.0"

experiments/object-access/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ publish = false
1212
[dependencies]
1313
anyhow = "1"
1414
git-repository = { path = "../../git-repository", version = "^0.17.0", features = ["unstable"] }
15-
git2 = "0.14"
15+
git2 = "0.13"
1616
rayon = "1.5.0"
1717
parking_lot = { version = "0.12.0", default-features = false }

experiments/traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ publish = false
1010
[dependencies]
1111
anyhow = "1"
1212
git-repository = { version = "^0.17.0", path = "../../git-repository", features = ["unstable"] }
13-
git2 = "0.14"
13+
git2 = "0.13"
1414
rayon = "1.5.0"
1515
dashmap = "5.1.0"

0 commit comments

Comments
 (0)