upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/ngit_send.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 13:51:26 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:00:29 +0100
commitc19f173199b6beebf078a9e5c54014dbef85aa82 (patch)
treeb3f233b3116748c2a5de398cffa3a1de7c7473ad /tests/ngit_send.rs
parent1c4e5ff8c8addc20862d59606c7daf900bd69c67 (diff)
chore: update git2 ~> v0.20.2
we have had some bugs related to git2 so moving to the latest version
Diffstat (limited to 'tests/ngit_send.rs')
-rw-r--r--tests/ngit_send.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs
index d7307fd..629454b 100644
--- a/tests/ngit_send.rs
+++ b/tests/ngit_send.rs
@@ -321,7 +321,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_
321 +some content\n\\ \ 321 +some content\n\\ \
322 No newline at end of file\n\ 322 No newline at end of file\n\
323 --\n\ 323 --\n\
324 libgit2 1.8.1\n\ 324 libgit2 1.9.0\n\
325 \n\ 325 \n\
326 ", 326 ",
327 ); 327 );
@@ -347,7 +347,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_
347 +some content\n\\ \ 347 +some content\n\\ \
348 No newline at end of file\n\ 348 No newline at end of file\n\
349 --\n\ 349 --\n\
350 libgit2 1.8.1\n\ 350 libgit2 1.9.0\n\
351 \n\ 351 \n\
352 ", 352 ",
353 ); 353 );