From bfba218fb4e8f35765eff0df6934351b58abc990 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 26 Jan 2022 00:33:21 +0100 Subject: [PATCH] bump versions --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21e16e0f..5c32c40c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 45e14239..a40f4b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.20.0" +version = "0.20.1" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 690e4ea3..96c9fe53 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.20.0" +version = "0.20.1" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"