mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix cargo publish
This commit is contained in:
parent
83d6941c7d
commit
0b0f550572
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ keywords = [
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
asyncgit = { path = "./asyncgit", version = "0.22.1", default-features = false }
|
||||
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
|
||||
backtrace = "0.3"
|
||||
bitflags = "1.3"
|
||||
bugreport = "0.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue