diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-01 14:31:34 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-01 14:35:50 +0100 |
| commit | 948fe972eb2bddf187b79f2673a091b6331cfd90 (patch) | |
| tree | ec1c538d28108b104b5a00afd673631538f9aa00 /src/lib/git/mod.rs | |
| parent | 70966d571fce16f707725c6b0af0fd585bfce607 (diff) | |
chore: bump rust-nostr v0.37 ~> v0.40
and fix all of the breaking changes
Diffstat (limited to 'src/lib/git/mod.rs')
| -rw-r--r-- | src/lib/git/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index 2b78f38..1329820 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs | |||
| @@ -1141,7 +1141,7 @@ mod tests { | |||
| 1141 | fn test(time: git2::Time) -> Result<()> { | 1141 | fn test(time: git2::Time) -> Result<()> { |
| 1142 | assert_eq!( | 1142 | assert_eq!( |
| 1143 | extract_sig_from_patch_tags( | 1143 | extract_sig_from_patch_tags( |
| 1144 | &Tags::new(vec![nostr::Tag::custom( | 1144 | &Tags::from_list(vec![nostr::Tag::custom( |
| 1145 | nostr::TagKind::Custom("author".to_string().into()), | 1145 | nostr::TagKind::Custom("author".to_string().into()), |
| 1146 | prep(&time)?, | 1146 | prep(&time)?, |
| 1147 | )]), | 1147 | )]), |