From af6f091c0f8c8c82cfff4798e5c40331317a8444 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 24 Mar 2020 21:30:35 +0100 Subject: [PATCH] pin version for publish --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7cd9199e..3c49dda8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ log = "0.4" simplelog = "0.7" dirs = "2.0" crossbeam-channel = "0.4" -scopetime = { path = "./scopetime" } -asyncgit = { path = "./asyncgit" } +scopetime = { path = "./scopetime", version="0.1"} +asyncgit = { path = "./asyncgit", version="0.1"} [features] default=[]