upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-12 11:53:17 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-12 11:53:17 +0100
commitd4bc948bfd06a8d61b3deb072db8a70b5ef8a775 (patch)
tree7ed2e7a36b810c7c2d74d3e45a3e51cd6137be83
parent38969bbfadf2854f6acb1e515f8f388a01a018c2 (diff)
chore bump to v1.6.3v1.6.3
changelog: fix: fallback to http protocol if ssh is unavailable
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 89f07c0..bb84a96 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.2" 1416version = "1.6.3"
1417dependencies = [ 1417dependencies = [
1418 "anyhow", 1418 "anyhow",
1419 "assert_cmd", 1419 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 64c2df5..95e7572 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.6.2" 3version = "1.6.3"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]