From d282251af19fc7d5d4200a9441999bd1a81b2ae8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 14 Nov 2025 07:37:57 +0000 Subject: chore: bump rust-nostr v0.44 fix breaking changes --- src/bin/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/git_remote_nostr') diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 9cf2c52..31c920a 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs @@ -1296,7 +1296,7 @@ async fn get_proposal_and_revision_root_from_patch_or_pr_or_pr_update( ); } } - return Ok((*id, None)); + return Ok((id, None)); } bail!( "pull request update {} root event is not a pull request event", -- cgit v1.2.3