Adding version to path dependency

This commit is contained in:
vandomej 2021-10-01 09:55:00 -07:00
parent f6de2df095
commit 687c6a435d

View file

@ -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" }
file_linked = { version = "0.1.0", path = "../file_linked" }