From 0b0f5505722bb26f29efcef9b70ad89ca4763344 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 22 Nov 2022 11:14:22 +0100 Subject: [PATCH] fix cargo publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"