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-07-03 12:35:11 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-03 12:35:11 +0100
commitd70a6ef029b90d00024da82e945316ce58b9507b (patch)
tree57366121e86d2a458dd2033d058551543b940be1
parentc6cf49d8349c7078e28a3d0e4a7628f91e0195d9 (diff)
revert: "chore: bump to v1.3.0"
This reverts commit c6cf49d8349c7078e28a3d0e4a7628f91e0195d9 as crates.io requires all dependancies are published to crates.io we will need to wait until rust-nostr v33 so we don't use the patched version of v32 from the forked repo
-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 ac0d62e..474adbb 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.3.0" 1745version = "1.2.1"
1746dependencies = [ 1746dependencies = [
1747 "anyhow", 1747 "anyhow",
1748 "assert_cmd", 1748 "assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index b9bc595..6248f6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit" 2name = "ngit"
3version = "1.3.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>"]