From 3ccd6dd07a11610a2e8c229dfb974baff7c7bee4 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 25 Mar 2020 15:42:41 +0100 Subject: [PATCH] prepare new publish --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- asyncgit/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71ba7d92..3076c7ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.1.0" +version = "0.1.1" dependencies = [ "crossbeam-channel", "git2", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.1.0" +version = "0.1.1" dependencies = [ "asyncgit", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 3c49dda8..6e239f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.1.0" +version = "0.1.1" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" @@ -18,8 +18,8 @@ log = "0.4" simplelog = "0.7" dirs = "2.0" crossbeam-channel = "0.4" -scopetime = { path = "./scopetime", version="0.1"} -asyncgit = { path = "./asyncgit", version="0.1"} +scopetime = { path = "./scopetime", version = "0.1" } +asyncgit = { path = "./asyncgit", version = "0.1" } [features] default=[] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 3a296db1..49caf4b6 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.0" +version = "0.1.1" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context" @@ -14,7 +14,7 @@ git2 = "0.10" rayon-core = "1.7" crossbeam-channel = "0.4" log = "0.4" -scopetime = { path = "../scopetime", version="0.1" } +scopetime = { path = "../scopetime", version = "0.1" } [dev-dependencies] tempfile = "3.1" \ No newline at end of file