Add version number to ablescript_cli deps
This commit is contained in:
parent
0451e71104
commit
7a34105c3e
|
@ -12,7 +12,7 @@ repository = "https://github.com/AbleCorp/able-script"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ablescript = { path = "../ablescript" }
|
ablescript = { version = "0.2.0", path = "../ablescript" }
|
||||||
|
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
rustyline = "8.0.0"
|
rustyline = "8.0.0"
|
||||||
|
|
Loading…
Reference in a new issue