diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:30:55 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:30:55 +0100 |
| commit | 190fdeef6b18f5f57af5909becde10c5665ba88e (patch) | |
| tree | d11ced4da2bc01637f91bac50e10c61409b9bcb1 /src/lib | |
| parent | 8cea674f58e806c22d2887cff5e6f76bc4dba0db (diff) | |
chore: cargo update
in prep for upgrade rust-nostr
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/git/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index 0256457..5bdb30a 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs | |||
| @@ -1271,7 +1271,7 @@ mod tests { | |||
| 1271 | +some content1\n\\ \ | 1271 | +some content1\n\\ \ |
| 1272 | No newline at end of file\n\ | 1272 | No newline at end of file\n\ |
| 1273 | --\n\ | 1273 | --\n\ |
| 1274 | libgit2 1.9.0\n\ | 1274 | libgit2 1.9.1\n\ |
| 1275 | \n\ | 1275 | \n\ |
| 1276 | ", | 1276 | ", |
| 1277 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, | 1277 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, |
| @@ -1307,7 +1307,7 @@ mod tests { | |||
| 1307 | +some content1\n\\ \ | 1307 | +some content1\n\\ \ |
| 1308 | No newline at end of file\n\ | 1308 | No newline at end of file\n\ |
| 1309 | --\n\ | 1309 | --\n\ |
| 1310 | libgit2 1.9.0\n\ | 1310 | libgit2 1.9.1\n\ |
| 1311 | \n\ | 1311 | \n\ |
| 1312 | ", | 1312 | ", |
| 1313 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, | 1313 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, |