upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f6ab7f..d79da4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
1# This file is automatically @generated by Cargo. 1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing. 2# It is not intended for manual editing.
3version = 3 3version = 4
4 4
5[[package]] 5[[package]]
6name = "addr2line" 6name = "addr2line"
@@ -1926,7 +1926,7 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
1926 1926
1927[[package]] 1927[[package]]
1928name = "ngit" 1928name = "ngit"
1929version = "1.5.3" 1929version = "1.6.0"
1930dependencies = [ 1930dependencies = [
1931 "anyhow", 1931 "anyhow",
1932 "assert_cmd", 1932 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 4af74d0..14ef062 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.5.3" 3version = "1.6.0"
4edition = "2021" 4edition = "2021"
5description = "nostr plugin for git" 5description = "nostr plugin for git"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] 6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]