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