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-02-22 10:11:39 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-22 10:11:39 +0000
commitfdc15cb017b022a3b932ac5a337c649cb63df93c (patch)
treea0883ab2e027042df43c15892f837fffe159cf49 /Cargo.lock
parentea5aa6993d4c906c1703563ddc304c324c4ae079 (diff)
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`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 41d8882..a4df86f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2817,6 +2817,7 @@ dependencies = [
2817 "directories", 2817 "directories",
2818 "git2", 2818 "git2",
2819 "nostr", 2819 "nostr",
2820 "nostr-sdk",
2820 "once_cell", 2821 "once_cell",
2821 "rand", 2822 "rand",
2822 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", 2823 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)",