diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 10:45:50 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-20 10:45:50 +0100 |
| commit | a3073105ae20747fbf76b70cf0ac4ed5c0a9b1b3 (patch) | |
| tree | 695f57618bfd951bdb199a171de73905a7be5a05 | |
| parent | 5d0253dfaa896b25006be38155c900158f89973c (diff) | |
chore: bump to v1.4.0v1.4.0
changelog:
* add git-remote-nostr binary
| -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.3.1" | 1765 | version = "1.4.0" |
| 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.3.1" | 3 | version = "1.4.0" |
| 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>"] |