diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 21:32:21 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-26 21:32:21 +0000 |
| commit | fc3f22eac2bb81823f170f61ba9d39baff76b933 (patch) | |
| tree | b6eec0bad2850e90bdded550bd175849f8e1abff /src/key_handling/users.rs | |
| parent | d96c8f6687be8966a0bb25c679995fea3b9f0715 (diff) | |
chore: upgrade rust-nostr v0.27.0v0.1.1
this is a contribution from jk (sectore) that I rebased and squashed
into this commit.
the tests were broken in the last few commits to rush out some fixes.
this change may introduce more issues because of
Relay.respond_standard_req.
Diffstat (limited to 'src/key_handling/users.rs')
| -rw-r--r-- | src/key_handling/users.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key_handling/users.rs b/src/key_handling/users.rs index 42104f7..caa57e6 100644 --- a/src/key_handling/users.rs +++ b/src/key_handling/users.rs | |||
| @@ -551,7 +551,7 @@ mod tests { | |||
| 551 | nostr::event::EventBuilder::new( | 551 | nostr::event::EventBuilder::new( |
| 552 | nostr::Kind::RelayList, | 552 | nostr::Kind::RelayList, |
| 553 | "", | 553 | "", |
| 554 | &[ | 554 | [ |
| 555 | nostr::Tag::RelayMetadata( | 555 | nostr::Tag::RelayMetadata( |
| 556 | "wss://fredswrite1.relay".into(), | 556 | "wss://fredswrite1.relay".into(), |
| 557 | Some(nostr::RelayMetadata::Write), | 557 | Some(nostr::RelayMetadata::Write), |
| @@ -571,7 +571,7 @@ mod tests { | |||
| 571 | nostr::event::EventBuilder::new( | 571 | nostr::event::EventBuilder::new( |
| 572 | nostr::Kind::RelayList, | 572 | nostr::Kind::RelayList, |
| 573 | "", | 573 | "", |
| 574 | &[ | 574 | [ |
| 575 | nostr::Tag::RelayMetadata( | 575 | nostr::Tag::RelayMetadata( |
| 576 | "wss://carolswrite1.relay".into(), | 576 | "wss://carolswrite1.relay".into(), |
| 577 | Some(nostr::RelayMetadata::Write), | 577 | Some(nostr::RelayMetadata::Write), |