diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 12:35:11 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 12:35:11 +0100 |
| commit | d70a6ef029b90d00024da82e945316ce58b9507b (patch) | |
| tree | 57366121e86d2a458dd2033d058551543b940be1 | |
| parent | c6cf49d8349c7078e28a3d0e4a7628f91e0195d9 (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.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1742,7 +1742,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1742 | 1742 | ||
| 1743 | [[package]] | 1743 | [[package]] |
| 1744 | name = "ngit" | 1744 | name = "ngit" |
| 1745 | version = "1.3.0" | 1745 | version = "1.2.1" |
| 1746 | dependencies = [ | 1746 | dependencies = [ |
| 1747 | "anyhow", | 1747 | "anyhow", |
| 1748 | "assert_cmd", | 1748 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.3.0" | 3 | version = "1.2.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "cli for code collaboration over nostr with nip34 support" | 5 | description = "cli for code collaboration over nostr with nip34 support" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |