diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-22 13:00:23 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-22 13:00:23 +0000 |
| commit | 875f4e0a99688c7363cba69c1485af1cd4b34999 (patch) | |
| tree | f2246ec8fff3372eded812453a2bbff70d30a814 /Cargo.lock | |
| parent | e98acf8c5da5033b20aee8510485a8b4a4f4a56e (diff) | |
chore: release v2.4.1v2.4.1
Fix fatal errors during clone/fetch when an open PR's git data is
unavailable on the repository's specified git servers.
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.4.0" | 1551 | version = "2.4.1" |
| 1552 | dependencies = [ | 1552 | dependencies = [ |
| 1553 | "anyhow", | 1553 | "anyhow", |
| 1554 | "assert_cmd", | 1554 | "assert_cmd", |