From 425e9f091ce23d670cc3711e7f0195a66f3d72bd Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 19 Nov 2022 17:44:05 +0100 Subject: [PATCH] bump versions (prepare for release) --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- asyncgit/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9e365c8..ec0e4886 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "asyncgit" -version = "0.21.0" +version = "0.22.0" dependencies = [ "crossbeam-channel", "easy-cast", @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index 71e08f35..6558fed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.21.0" +version = "0.22.0" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021" @@ -21,7 +21,7 @@ keywords = [ [dependencies] anyhow = "1.0" -asyncgit = { path = "./asyncgit", version = "0.21", default-features = false } +asyncgit = { path = "./asyncgit", version = "0.22", default-features = false } backtrace = "0.3" bitflags = "1.3" bugreport = "0.5" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 862af7ef..3399791a 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.21.0" +version = "0.22.0" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context"