diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1577,7 +1577,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" | |||
| 1577 | 1577 | ||
| 1578 | [[package]] | 1578 | [[package]] |
| 1579 | name = "ngit" | 1579 | name = "ngit" |
| 1580 | version = "0.0.1" | 1580 | version = "0.1.0" |
| 1581 | dependencies = [ | 1581 | dependencies = [ |
| 1582 | "anyhow", | 1582 | "anyhow", |
| 1583 | "assert_cmd", | 1583 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "0.0.1" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "cli for code collaboration over nostr" | 5 | description = "cli for code collaboration over nostr" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |