From c19f173199b6beebf078a9e5c54014dbef85aa82 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 6 May 2025 13:51:26 +0100 Subject: chore: update git2 ~> v0.20.2 we have had some bugs related to git2 so moving to the latest version --- src/lib/git/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index 1329820..0256457 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs @@ -1271,7 +1271,7 @@ mod tests { +some content1\n\\ \ No newline at end of file\n\ --\n\ - libgit2 1.8.1\n\ + libgit2 1.9.0\n\ \n\ ", git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, @@ -1307,7 +1307,7 @@ mod tests { +some content1\n\\ \ No newline at end of file\n\ --\n\ - libgit2 1.8.1\n\ + libgit2 1.9.0\n\ \n\ ", git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, -- cgit v1.2.3