be more restrictive on releases

This commit is contained in:
Stephan Dilly 2020-04-29 23:37:42 +02:00
parent 87a37b9d89
commit d90d5d9fb3

View file

@ -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=[]