Skip to content

Commit 13833c9

Browse files
author
Naseschwarz
committed
stash: Use correct git2 version
1 parent 351f7b6 commit 13833c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crossbeam-channel = "0.5"
1717
dirs = "5.0"
1818
easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
20-
git2 = "0.20"
20+
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev="d1ae3b6c2d1200e7d82468af447fa66259225ecf" }
2121
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
2222
gix = { version = "0.70.0", default-features = false, features = [
2323
"max-performance",

git2-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["development-tools"]
1313
keywords = ["git"]
1414

1515
[dependencies]
16-
git2 = ">=0.17"
16+
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev="d1ae3b6c2d1200e7d82468af447fa66259225ecf" }
1717
log = "0.4"
1818
shellexpand = "3.1"
1919
thiserror = "2.0"

git2-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ keywords = ["git"]
1313

1414
[dependencies]
1515
env_logger = "0.11"
16-
git2 = ">=0.17"
16+
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev="d1ae3b6c2d1200e7d82468af447fa66259225ecf" }
1717
log = "0.4"
1818
tempfile = "3"

0 commit comments

Comments
 (0)