diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-11 16:21:44 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-06-13 09:09:00 +0100 |
| commit | f1b3fcc40ab666d8def97096d1942c274da9b279 (patch) | |
| tree | 05d6af0c5c1ad9baedb90ef652152fba6d46abf5 /src/git.rs | |
| parent | 7c6a5ab4c5e7a81c7442061029b9230748a6639d (diff) | |
chore: bump rust-nostr to v0.32.0
both nostr and nostr-sdk packages and also in test_utils
fix the many breaking changes
fix: ignore trailing slash when depuplicate relays for send events.
this was picked up as TagStandard::RelayMetadata has started adding
a traling slash.
refactor cli output test function `expect_send_with_progress` so that
relays can succeed / fail in a random order
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -948,8 +948,8 @@ mod tests { | |||
| 948 | fn test(time: git2::Time) -> Result<()> { | 948 | fn test(time: git2::Time) -> Result<()> { |
| 949 | assert_eq!( | 949 | assert_eq!( |
| 950 | extract_sig_from_patch_tags( | 950 | extract_sig_from_patch_tags( |
| 951 | &[nostr::Tag::Generic( | 951 | &[nostr::Tag::custom( |
| 952 | nostr::TagKind::Custom("author".to_string()), | 952 | nostr::TagKind::Custom("author".to_string().into()), |
| 953 | prep(&time)?, | 953 | prep(&time)?, |
| 954 | )], | 954 | )], |
| 955 | "author", | 955 | "author", |