Skip to content

Commit d90d5d9

Browse files
author
Stephan Dilly
committed
be more restrictive on releases
1 parent 87a37b9 commit d90d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bitflags = "1.2"
3232
maplit = "1.0"
3333
backtrace = { version = "0.3" }
3434
scopetime = { path = "./scopetime", version = "0.1" }
35-
asyncgit = { path = "./asyncgit", version = ">=0.1" }
35+
asyncgit = { path = "./asyncgit", version = "0.2" }
3636

3737
[features]
3838
default=[]

0 commit comments

Comments
 (0)