From fdc15cb017b022a3b932ac5a337c649cb63df93c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 22 Feb 2024 10:11:39 +0000 Subject: fix(list): support `--in-reply-to` latest revision update list to support rebases via proposal revisions as created by `ngit send --in-reply-to` or upcoming change `ngit push --force` --- test_utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_utils') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index adb8909..8928f67 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -10,6 +10,7 @@ dialoguer = "0.10.4" directories = "5.0.1" git2 = "0.18.1" nostr = "0.27.0" +nostr-sdk = { version = "0.27.0", features = ["blocking"] } once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3