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>2025-06-02 16:15:56 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-06-02 16:15:56 +0100
commite818946e18c3236f8650f79db3f4d4a2f9bd6d5a (patch)
tree56bd285dc1e35464130d534ee6036164aaa2f04f /Cargo.lock
parente45b6284c54ed0e4ff7a9428c92087aa3f8e3cfc (diff)
chore: bump v1.7.0
changelog: - add quality-of-life features for ngit-relay users - detect ngit-relays and only attempt using unauthenticeted http protocols - better sync and less errors as nostr is the only way to push - overhaul `ngit init` - add simple / advanced mode - add support for ngit-relays - specifiy blossom servers - sensible defaults - misc - add resiliency - push to all maintainer's relays and git servers - require additional maintainers to publish announcements before pushing - allow users to specific fallback relays see `ngit --customize` - add show npub - fixes: - use newest state event found, rather than oldest - more resilient builds for platforms and distros - ignore dereferenced tags in state
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bb84a96..fa3a485 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1413,7 +1413,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d"
1413 1413
1414[[package]] 1414[[package]]
1415name = "ngit" 1415name = "ngit"
1416version = "1.6.3" 1416version = "1.7.0"
1417dependencies = [ 1417dependencies = [
1418 "anyhow", 1418 "anyhow",
1419 "assert_cmd", 1419 "assert_cmd",