diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-28 10:48:50 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-04-28 10:48:50 +0000 |
| commit | 59e467b423e0ba66c30c7f1b7d41d47d938615de (patch) | |
| tree | f1ef6608b09639914bea85db1d4210cb62655776 /Cargo.lock | |
| parent | b9b0108972cbe532d41519850245adbcf6b4fd93 (diff) | |
chore: release v2.4.2v2.4.2
Fix GRASP server push path for PR proposals: URL normalisation
mismatch meant repo GRASP servers were never tried, causing every
PR submission to fall through to the fork-creation fallback.
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.1" | 1551 | version = "2.4.2" |
| 1552 | dependencies = [ | 1552 | dependencies = [ |
| 1553 | "anyhow", | 1553 | "anyhow", |
| 1554 | "assert_cmd", | 1554 | "assert_cmd", |