diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 12:51:54 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 12:51:54 +0000 |
| commit | ba3e447c928303de0a008a47ba237145f436b8aa (patch) | |
| tree | b5bdb4d6bec3ef7082bf34692bab8e03f675b9ab /src | |
| parent | 667a3fe3073fa171a58070fd137ddd9be6c6292e (diff) | |
bump nostr-sdk
Diffstat (limited to 'src')
| -rw-r--r-- | src/sub_commands/prs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/prs.rs b/src/sub_commands/prs.rs index beafea4..e6619fd 100644 --- a/src/sub_commands/prs.rs +++ b/src/sub_commands/prs.rs | |||
| @@ -75,7 +75,7 @@ pub fn prs( | |||
| 75 | println!( | 75 | println!( |
| 76 | "{}\n raised: {}", | 76 | "{}\n raised: {}", |
| 77 | outstanding_prs[i].content, | 77 | outstanding_prs[i].content, |
| 78 | outstanding_prs[i].created_at, //.to_human_datetime(), in v0.22 | 78 | outstanding_prs[i].created_at.to_human_datetime(), |
| 79 | ); | 79 | ); |
| 80 | 80 | ||
| 81 | let branch_id = tag_extract_value( | 81 | let branch_id = tag_extract_value( |