upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-03-22 07:19:49 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-22 07:19:49 +0000
commitec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f (patch)
tree425aa928f096251e8de6eb7444f664fbb5f3fbcb /src/git.rs
parentbba5a092b7f07b9a096e2801d51030b186161f80 (diff)
chore: cargo update
update dependancies to latest version stated in cargo.toml
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git.rs b/src/git.rs
index 6de9e90..5afb1e4 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -1076,7 +1076,7 @@ mod tests {
1076 +some content1\n\\ \ 1076 +some content1\n\\ \
1077 No newline at end of file\n\ 1077 No newline at end of file\n\
1078 --\n\ 1078 --\n\
1079 libgit2 1.7.1\n\ 1079 libgit2 1.7.2\n\
1080 \n\ 1080 \n\
1081 ", 1081 ",
1082 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, 1082 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?,
@@ -1112,7 +1112,7 @@ mod tests {
1112 +some content1\n\\ \ 1112 +some content1\n\\ \
1113 No newline at end of file\n\ 1113 No newline at end of file\n\
1114 --\n\ 1114 --\n\
1115 libgit2 1.7.1\n\ 1115 libgit2 1.7.2\n\
1116 \n\ 1116 \n\
1117 ", 1117 ",
1118 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, 1118 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?,