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>2024-04-16 16:32:19 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-04-16 16:32:19 +0100
commit87ee59ebd91ec4b73b5528446e6d7d87449a9e5d (patch)
tree6cd83b631fe9bb42b7601a63baf387e7f206c86c /Cargo.toml
parent89d9527d5f00b246fa2b689a6af1e8d5206307ce (diff)
chore: bump to v1.1.2v1.1.2
changelog: * improve relay timeout behaviour * fix `ngit init` handling of multiple values eg `clone` * improve reliability via with dependancy upgrade * build via nix in ci
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 320f6cb..1e82229 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.1.1" 3version = "1.1.2"
4edition = "2021" 4edition = "2021"
5description = "cli for code collaboration over nostr with nip34 support" 5description = "cli for code collaboration over nostr with nip34 support"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]