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-05-01 20:31:08 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-05-01 20:31:08 +0000
commite8c3c49b5bbac43cd1497c2593198d19fe506073 (patch)
tree45ef98b4deaa0756d12e11391736bc805ec1a640 /Cargo.toml
parentdae4e06a9a1b221986d0ba1a8b875d0a3ca33f8e (diff)
chore: release v2.4.3HEADv2.4.3main
Filter run_list state event candidates by the current remote's maintainers to prevent cross-remote state contamination when multiple nostr:// remotes share the same identifier.
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 b16d327..b82400c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "2.4.2" 3version = "2.4.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>"]