diff --git a/Cargo.toml b/Cargo.toml index 1d5a6128..d285d0df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"