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-09-18 13:23:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-18 13:23:23 +0100
commitb9ea26bc928c361b092eefde69820c51ebc3a3df (patch)
tree82de80e282baf49a814bdeea37265a55230f25d3 /Cargo.lock
parent546aacf77c4ec0af4384328277c771abbe343031 (diff)
chore bump to v1.5.0v1.5.0
changelog: - add new nostr url format that works better for MacOS users `nostr://<*protocol>/<npub123>/<*relay-hint>/<identiifer>` \*optional - status updates during clone, push and fetch - intelligent protocol selection and fallback - unless unusual protocol specified in clone url it will try in this order: - fetch: https unatuth, ssh, https - push: ssh, https auth - save successful protocol in git config so it is tried first next time - enable override from nostr url (will only use this protocol) - enable building binaries via nix - refactor into lib and bin structure - bump dependnancies
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 b5cc24d..d9ba098 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1699,7 +1699,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1699 1699
1700[[package]] 1700[[package]]
1701name = "ngit" 1701name = "ngit"
1702version = "1.4.5" 1702version = "1.5.0"
1703dependencies = [ 1703dependencies = [
1704 "anyhow", 1704 "anyhow",
1705 "assert_cmd", 1705 "assert_cmd",