diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 463c9fbc1..4cb59f171 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cli" -version = "0.18.4" +version = "0.19.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -19,9 +19,9 @@ name = "deno" path = "main.rs" [dependencies] -deno = { path = "../core", version = "0.18.0" } -deno_cli_snapshots = { path = "../js", version = "0.18.3" } -deno_typescript = { path = "../deno_typescript", version = "0.18.3" } +deno = { path = "../core", version = "0.19.0" } +deno_cli_snapshots = { path = "../js", version = "0.19.0" } +deno_typescript = { path = "../deno_typescript", version = "0.19.0" } ansi_term = "0.12.1" atty = "0.2.13" |