diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-10 20:45:06 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-10 20:46:02 +0000 |
| commit | 205ca05897cbc727d9b75e7ab68375b5c93ead39 (patch) | |
| tree | 715de3fec49d96b55b0019d094cd7d17dbda6efa /Cargo.lock | |
| parent | 47622eb762e802a9caa2f37d8162eaaf2f9aa9ca (diff) | |
chore: release v2.4.0v2.4.0
Add git worktree support and fix patch parsing, panic on bare npub clone,
percent-encoding of reserved characters in identifiers, and push errors.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1548,7 +1548,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1548 | 1548 | ||
| 1549 | [[package]] | 1549 | [[package]] |
| 1550 | name = "ngit" | 1550 | name = "ngit" |
| 1551 | version = "2.3.0" | 1551 | version = "2.4.0" |
| 1552 | dependencies = [ | 1552 | dependencies = [ |
| 1553 | "anyhow", | 1553 | "anyhow", |
| 1554 | "assert_cmd", | 1554 | "assert_cmd", |