mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix building asyncgit alone
This commit is contained in:
parent
425e9f091c
commit
5495e9bec3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ log = "0.4"
|
|||
openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
|
||||
rayon-core = "1.9"
|
||||
scopetime = { path = "../scopetime", version = "0.1" }
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
shellexpand = "2.1"
|
||||
thiserror = "1.0"
|
||||
unicode-truncate = "0.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue