diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-20 11:59:16 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-20 11:59:16 +0100 |
| commit | 51358320c50afece31fc25945a09e3d7aac8f39c (patch) | |
| tree | 51d2457807b718feb0aea130a153556d62664470 | |
| parent | 667cc246ffb0a6410ff2d445d3e3ba522c6a2c4e (diff) | |
chore bump to v1.5.1v1.5.1
changelog:
* git plugin reports on event broadcasting
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1699,7 +1699,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1699 | 1699 | ||
| 1700 | [[package]] | 1700 | [[package]] |
| 1701 | name = "ngit" | 1701 | name = "ngit" |
| 1702 | version = "1.5.0" | 1702 | version = "1.5.1" |
| 1703 | dependencies = [ | 1703 | dependencies = [ |
| 1704 | "anyhow", | 1704 | "anyhow", |
| 1705 | "assert_cmd", | 1705 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "1.5.0" | 3 | version = "1.5.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>"] |