bump gitui version

This commit is contained in:
extrawurst 2023-06-19 16:00:54 +02:00
parent 40cd72abfc
commit 197fc6fdf1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -767,7 +767,7 @@ dependencies = [
[[package]] [[package]]
name = "gitui" name = "gitui"
version = "0.22.1" version = "0.23.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"asyncgit", "asyncgit",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gitui" name = "gitui"
version = "0.22.1" version = "0.23.0"
authors = ["extrawurst <mail@rusticorn.com>"] authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git" description = "blazing fast terminal-ui for git"
edition = "2021" edition = "2021"