diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 11:59:12 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 11:59:12 +0100 |
| commit | 190b2f622f44c49aa77f8089d9ca9218c0aade81 (patch) | |
| tree | 770e58b813b227361394611590ee2ba40e49c477 | |
| parent | ec6a6fcc1321c6824e000dda4860cf21e0cdae57 (diff) | |
chore: bump to v1.4.3v1.4.3
changelog:
* fix clone using nostr url
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1762,7 +1762,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1762 | 1762 | ||
| 1763 | [[package]] | 1763 | [[package]] |
| 1764 | name = "ngit" | 1764 | name = "ngit" |
| 1765 | version = "1.4.2" | 1765 | version = "1.4.3" |
| 1766 | dependencies = [ | 1766 | dependencies = [ |
| 1767 | "anyhow", | 1767 | "anyhow", |
| 1768 | "assert_cmd", | 1768 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.4.2" | 3 | version = "1.4.3" |
| 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>"] |