prep next release

missing
This commit is contained in:
Stephan Dilly 2020-04-17 16:13:38 +02:00
parent 9a9fba433d
commit 882566677c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "asyncgit"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"crossbeam-channel",
"git2",
@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"asyncgit",
"backtrace",

View File

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