bump versions

This commit is contained in:
Stephan Dilly 2022-01-26 00:33:21 +01:00
parent 6cf39a88f5
commit bfba218fb4
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "asyncgit"
version = "0.20.0"
version = "0.20.1"
dependencies = [
"crossbeam-channel",
"easy-cast",
@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.20.0"
version = "0.20.1"
dependencies = [
"anyhow",
"asyncgit",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.20.0"
version = "0.20.1"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.20.0"
version = "0.20.1"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"