forked from AbleScript/ablescript
Add version number to ablescript_cli deps
This commit is contained in:
parent
0324c08ce1
commit
cdc50a847f
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue