diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-23 16:36:06 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-23 16:36:06 +0100 |
| commit | b67376ff54abeab31422921ba5f4883d5d3dccdb (patch) | |
| tree | d4f4194fdf2d285332dd7aacea31678042389b00 /Cargo.lock | |
| parent | 643fa17fde858c2d6f934dcc435eb84843cc172e (diff) | |
feat(list): unique proposal branch names
to prevent accidental name conflicts. also moved to prs/* namespace
`pull` and `push` integration tests are intermitantly failing to end
at least for `push` they work when run individually but not
when run together
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -3054,9 +3054,12 @@ dependencies = [ | |||
| 3054 | "assert_cmd", | 3054 | "assert_cmd", |
| 3055 | "dialoguer", | 3055 | "dialoguer", |
| 3056 | "directories", | 3056 | "directories", |
| 3057 | "futures", | ||
| 3057 | "git2", | 3058 | "git2", |
| 3058 | "nostr", | 3059 | "nostr", |
| 3060 | "nostr-database", | ||
| 3059 | "nostr-sdk", | 3061 | "nostr-sdk", |
| 3062 | "nostr-sqlite", | ||
| 3060 | "once_cell", | 3063 | "once_cell", |
| 3061 | "rand", | 3064 | "rand", |
| 3062 | "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", | 3065 | "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", |