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-06-17 19:29:47 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-06-17 19:29:47 +0100
commit6fbbc8ccb8ec330e7963a4333944db69f2e4dc9f (patch)
tree278c93617154c3522b12c3e7993dec5b0a0e262f /Cargo.toml
parente4dcbd7df2c1e16d49ccab68b364148deb2bca2f (diff)
chore: bump v1.7.1v1.7.1
changelog: - fix add support for `git://` clone urls
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 a4fbdee..265e68b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.7.0" 3version = "1.7.1"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]