Add version number to ablescript_cli deps

pull/2/head
Alex Bethel 2021-12-14 16:53:18 -06:00
parent 433e1f26a7
commit 178b7ff202
1 changed files with 1 additions and 1 deletions

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"