upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-23 16:36:06 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-23 16:36:06 +0100
commitb67376ff54abeab31422921ba5f4883d5d3dccdb (patch)
treed4f4194fdf2d285332dd7aacea31678042389b00 /Cargo.lock
parent643fa17fde858c2d6f934dcc435eb84843cc172e (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.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d5604b..aa3f3e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",