upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-30 14:09:48 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-30 14:09:48 +0100
commit36763dc0d821425e088adefd16dc7c4bf3b30f3b (patch)
treefc901e50583e95e7f369519ff821830706788b60
parent8a9fc6336ae52ed73160719feeae96db9889feb0 (diff)
chore: bump to v1.4.5v1.4.5
changelog: * when clone url is ssh use auth for `list` and `fetch` as they are required * when clone url is ssh, fallback to https so read events dont always require auth * stop asking for git server credentials when pushing `pr/` branch * fix `no repo events at specified coordinates` error via rust-nostr v0.34.1 upgrade
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 716eccf..7dcf4a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1753,7 +1753,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1753 1753
1754[[package]] 1754[[package]]
1755name = "ngit" 1755name = "ngit"
1756version = "1.4.4" 1756version = "1.4.5"
1757dependencies = [ 1757dependencies = [
1758 "anyhow", 1758 "anyhow",
1759 "assert_cmd", 1759 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index b25620a..a45748f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.4.4" 3version = "1.4.5"
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>"]