diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-12 12:23:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-12 13:00:34 +0000 |
| commit | 91b0eac4daf92b7b740267ef203a1a8ba591974b (patch) | |
| tree | bffb2fe97da1a0d317d84c7f357f9ae1f2afe104 /Cargo.lock | |
| parent | 17354a16cd11d5c517f14631c53410c916305321 (diff) | |
chore bump to v1.5.3
note v1.5.3 is actually forked to exclude changes to init which weren't
ready for release. the tag v1.5.3 is set to commit:
0089b8fce131c0675539490b67f5a55aab377853
changelog:
- fix remote signing as nip46 update has breaking changes
- auth to relays on requests
- fix `pr/` branch name prefix issue
- fix `ngit init` error when remote added before initiation
- don't blast initiation events as munity blaster is no more
- when git-remote-nostr called directly show help instead of error
- bump rust-nostr to v0.36
- replace sqlite with lmdb due do rust-nostr deprecation
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1776,7 +1776,7 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932" | |||
| 1776 | 1776 | ||
| 1777 | [[package]] | 1777 | [[package]] |
| 1778 | name = "ngit" | 1778 | name = "ngit" |
| 1779 | version = "1.5.2" | 1779 | version = "1.5.3" |
| 1780 | dependencies = [ | 1780 | dependencies = [ |
| 1781 | "anyhow", | 1781 | "anyhow", |
| 1782 | "assert_cmd", | 1782 | "assert_cmd", |