Skip to content

Commit

Permalink
fix cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Nov 22, 2022
1 parent 83d6941 commit 0b0f550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords = [

[dependencies]
anyhow = "1.0"
asyncgit = { path = "./asyncgit", version = "0.22.1", default-features = false }
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
backtrace = "0.3"
bitflags = "1.3"
bugreport = "0.5"
Expand Down

0 comments on commit 0b0f550

Please sign in to comment.