mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
be more restrictive on releases
This commit is contained in:
parent
87a37b9d89
commit
d90d5d9fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ bitflags = "1.2"
|
|||
maplit = "1.0"
|
||||
backtrace = { version = "0.3" }
|
||||
scopetime = { path = "./scopetime", version = "0.1" }
|
||||
asyncgit = { path = "./asyncgit", version = ">=0.1" }
|
||||
asyncgit = { path = "./asyncgit", version = "0.2" }
|
||||
|
||||
[features]
|
||||
default=[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue