summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2022-11-22 11:14:22 +0100
committerextrawurst <mail@rusticorn.com>2022-11-22 11:14:22 +0100
commit0b0f5505722bb26f29efcef9b70ad89ca4763344 (patch)
treee49f5df48a86ae27a766301d4f70b8a3153e0f19 /Cargo.toml
parent83d6941c7db018722e84eefb35fb2b43d459ce07 (diff)
fix cargo publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"