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 --- test_utils/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index b7010c9..2e4c012 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -8,9 +8,12 @@ anyhow = "1.0.75" assert_cmd = "2.0.12" dialoguer = "0.10.4" directories = "5.0.1" +futures = "0.3.28" git2 = "0.18.1" nostr = "0.33.0" +nostr-database = "0.33.0" nostr-sdk = "0.33.0" +nostr-sqlite = "0.33.0" once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3