Add version number to ablescript_cli deps

This commit is contained in:
Alex Bethel 2021-12-14 16:53:18 -06:00
parent 0451e71104
commit 7a34105c3e

View file

@ -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
[dependencies]
ablescript = { path = "../ablescript" }
ablescript = { version = "0.2.0", path = "../ablescript" }
clap = "2.33"
rustyline = "8.0.0"