upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent38969bbfadf2854f6acb1e515f8f388a01a018c2 (diff)
chore bump to v1.6.3v1.6.3
changelog: fix: fallback to http protocol if ssh is unavailable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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>"]