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.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a97417b..6b09b9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1687,7 +1687,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1687 1687
1688[[package]] 1688[[package]]
1689name = "ngit" 1689name = "ngit"
1690version = "1.2.0" 1690version = "1.2.1"
1691dependencies = [ 1691dependencies = [
1692 "anyhow", 1692 "anyhow",
1693 "assert_cmd", 1693 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 944aa0f..ae3b657 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.2.0" 3version = "1.2.1"
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>"]