Skip to content

Commit 0b0f550

Browse files
committed
fix cargo publish
1 parent 83d6941 commit 0b0f550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
asyncgit = { path = "./asyncgit", version = "0.22.1", default-features = false }
24+
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
2525
backtrace = "0.3"
2626
bitflags = "1.3"
2727
bugreport = "0.5"

0 commit comments

Comments
 (0)