diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 12:12:04 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 12:12:04 +0100 |
| commit | c6cf49d8349c7078e28a3d0e4a7628f91e0195d9 (patch) | |
| tree | 37ac68d21f17ff3af4891e040da972eaafefb3dc /Cargo.lock | |
| parent | 3db0a2b3ba76a7588137eb70b1a1558de268b799 (diff) | |
chore: bump to v1.3.0
changelog:
* add support for NIP-46 remote signer
* login to different npubs for different repositories
* store login details in git config so they can be reused by other clients
* cache profile events
* add NIP-31 alt tags to events
* add euc marker per NIP-34 tweak
* fix: ensure repo events of all maintainers are tagged in proposals
* fix: stop filtering out very large patches
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1742,7 +1742,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1742 | 1742 | ||
| 1743 | [[package]] | 1743 | [[package]] |
| 1744 | name = "ngit" | 1744 | name = "ngit" |
| 1745 | version = "1.2.1" | 1745 | version = "1.3.0" |
| 1746 | dependencies = [ | 1746 | dependencies = [ |
| 1747 | "anyhow", | 1747 | "anyhow", |
| 1748 | "assert_cmd", | 1748 | "assert_cmd", |