Adding version to path dependency
This commit is contained in:
parent
f6de2df095
commit
687c6a435d
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ uuid = { version = "0.7", features = ["serde", "v4"] }
|
||||||
clap = { version = "~2.27.0", features = ["yaml"] }
|
clap = { version = "~2.27.0", features = ["yaml"] }
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
file_linked = { path = "../file_linked" }
|
file_linked = { version = "0.1.0", path = "../file_linked" }
|
Loading…
Add table
Reference in a new issue