upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 16:55:49 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 16:55:49 +0100
commitd1dab56ad1319b61b5e3f70949780ba98d312ea8 (patch)
treed04c454770ef8f5aab4675c6ba30aebc67e4bd21 /Cargo.lock
parent49485423e56d1c80919029f03fde0fac60842454 (diff)
chore: bump to v1.3.0v1.3.0
changelog: * NIP-46 remote signing (from Amber, etc) * `list` breaks down proposals by status * local cache in `.git` to enable viewing proposals offline and reuse by other git clients * introduced `fetch` to download recent proposals * improved repo selection and handling of multiple maintainers * unqiue branch names for proposals to prevent name conflicts * login to different npubs for different repositories * store login details in git config so they can be reused by other git clients ran locally * add NIP-31 alt tags to events * add euc marker per NIP-34 tweak * fix: ensure repo events of all maintainers are tagged in proposals * fix: stop filtering out very large patches
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 092c0ea..28101d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1742,7 +1742,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1742 1742
1743[[package]] 1743[[package]]
1744name = "ngit" 1744name = "ngit"
1745version = "1.2.1" 1745version = "1.3.0"
1746dependencies = [ 1746dependencies = [
1747 "anyhow", 1747 "anyhow",
1748 "assert_cmd", 1748 "assert_cmd",