Skip to content

Commit 87a37b9

Browse files
author
Stephan Dilly
committed
raise version
1 parent 12cef5f commit 87a37b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1" }
3636

3737
[features]
3838
default=[]

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)