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>2026-04-22 13:00:23 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-04-22 13:00:23 +0000
commit875f4e0a99688c7363cba69c1485af1cd4b34999 (patch)
treef2246ec8fff3372eded812453a2bbff70d30a814 /Cargo.toml
parente98acf8c5da5033b20aee8510485a8b4a4f4a56e (diff)
chore: release v2.4.1v2.4.1
Fix fatal errors during clone/fetch when an open PR's git data is unavailable on the repository's specified git servers.
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 afaa157..5b5c06c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.4.0" 3version = "2.4.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>"]