From cc7dd021cc0e59daa6254244cec3aaf9bb1d5436 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 24 Mar 2020 21:21:37 +0100 Subject: [PATCH] pin version of path dependencie --- asyncgit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 05ee49fc..d465ca32 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -13,7 +13,7 @@ git2 = "0.10" rayon-core = "1.7" crossbeam-channel = "0.4" log = "0.4" -scopetime = { path = "../scopetime" } +scopetime = { path = "../scopetime", version="0.1" } [dev-dependencies] tempfile = "3.1" \ No newline at end of file