diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 07:35:24 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:45:04 +0000 |
| commit | 91a68de459b7d22a8dfb8a324e43740fca3e0a35 (patch) | |
| tree | 43c35999b928b04bba4ce4d9d9252133c69bffde /src/sub_commands/send.rs | |
| parent | ec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f (diff) | |
chore: nix flake update
update nix dependancies to latest version using default update options
Diffstat (limited to 'src/sub_commands/send.rs')
| -rw-r--r-- | src/sub_commands/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 81cecd8..35c2c81 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -518,7 +518,7 @@ pub static PATCH_KIND: u64 = 1617; | |||
| 518 | pub fn generate_cover_letter_and_patch_events( | 518 | pub fn generate_cover_letter_and_patch_events( |
| 519 | cover_letter_title_description: Option<(String, String)>, | 519 | cover_letter_title_description: Option<(String, String)>, |
| 520 | git_repo: &Repo, | 520 | git_repo: &Repo, |
| 521 | commits: &Vec<Sha1Hash>, | 521 | commits: &[Sha1Hash], |
| 522 | keys: &nostr::Keys, | 522 | keys: &nostr::Keys, |
| 523 | repo_ref: &RepoRef, | 523 | repo_ref: &RepoRef, |
| 524 | in_reply_to: &Option<String>, | 524 | in_reply_to: &Option<String>, |