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-07-16 14:21:46 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 14:21:46 +0100
commit4447aad6378403bba73d738214aa81c50b6d5567 (patch)
tree51ebf9ca8477c1c20a03b661c9ed9f980c663d08 /Cargo.toml
parent7704178c618f8ac455cd6b0582edb511a9e644c3 (diff)
chore: bump 1.7.4v1.7.4
- apply nip46 breaking changes as remote signers remove nip04 support - apply relay connection timeout once, instead of per request batch - add git server timeouts - bump all dependancies
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 249fb02..22cf115 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.7.3" 3version = "1.7.4"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]