diff --git a/ablescript_cli/Cargo.toml b/ablescript_cli/Cargo.toml index 55479a4..96a6016 100644 --- a/ablescript_cli/Cargo.toml +++ b/ablescript_cli/Cargo.toml @@ -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"