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-12-20 10:55:54 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-12-20 10:55:54 +0000
commit632af9a091205a0453f0d96a165e1535fd24b2a7 (patch)
tree2abaa2c6c45f7890c8b2fa1385069fa4fadb42c8 /Cargo.lock
parent95be5e8be464335cfc5d329201e0ccc119e7ce00 (diff)
chore bump to v1.6.0v1.6.0
changelog: - overhaul and simplify login experience - add `account` api with `login`, `logout` and `export-keys` cmds - add sign up feature targeted at users new to nostr - support nip05 addresses in nostr git urls eg. `nostr://dan@gitworkshop.dev/ngit` - rework `ngit init` to make on-boarding more intuitive with simplier questions and more guidance and prompting to setup nostr remote - don't create `maintainers.yaml` for new repos but continue to support it for projects that already use it - remove ngit `pull`, `push` and `fetch` api to nudge users to use native git cmds with git plugin - expend merge types that automatically update PR status when pushed - various fixes: eg `ngit accountlogin` from outside of a git repository, add QR code border, and make `ngit list` prompts more intuitive - bump dependancies eg rust-nostr to v0.37
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f6ab7f..d79da4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
1# This file is automatically @generated by Cargo. 1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing. 2# It is not intended for manual editing.
3version = 3 3version = 4
4 4
5[[package]] 5[[package]]
6name = "addr2line" 6name = "addr2line"
@@ -1926,7 +1926,7 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
1926 1926
1927[[package]] 1927[[package]]
1928name = "ngit" 1928name = "ngit"
1929version = "1.5.3" 1929version = "1.6.0"
1930dependencies = [ 1930dependencies = [
1931 "anyhow", 1931 "anyhow",
1932 "assert_cmd", 1932 "assert_cmd",