From 197fc6fdf1c9e180a204ed002759d0db1cd5ef3e Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 19 Jun 2023 16:00:54 +0200 Subject: [PATCH] bump gitui version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00a7814f..4ebd681d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,7 +767,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.22.1" +version = "0.23.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index 2de3833a..fa75d718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.22.1" +version = "0.23.0" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"