From 687c6a435dec3b6b26c405f762eb00cd8eca471d Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 1 Oct 2021 09:55:00 -0700 Subject: [PATCH] Adding version to path dependency --- gemla/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 5141c2b..c6b62cb 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -18,4 +18,4 @@ uuid = { version = "0.7", features = ["serde", "v4"] } clap = { version = "~2.27.0", features = ["yaml"] } toml = "0.5.8" regex = "1" -file_linked = { path = "../file_linked" } \ No newline at end of file +file_linked = { version = "0.1.0", path = "../file_linked" } \ No newline at end of file