bump versions (prepare for release)

This commit is contained in:
extrawurst 2022-11-19 17:44:05 +01:00
parent 7efa225f31
commit 425e9f091c
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.21.0"
version = "0.22.0"
authors = ["extrawurst <mail@rusticorn.com>"]
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"

View file

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.21.0"
version = "0.22.0"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "allow using git2 in a asynchronous context"