From b67376ff54abeab31422921ba5f4883d5d3dccdb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jul 2024 16:36:06 +0100 Subject: 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 --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9d5604b..aa3f3e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3054,9 +3054,12 @@ dependencies = [ "assert_cmd", "dialoguer", "directories", + "futures", "git2", "nostr", + "nostr-database", "nostr-sdk", + "nostr-sqlite", "once_cell", "rand", "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", -- cgit v1.2.3