diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-12-05 16:26:02 -0500 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-12-05 21:41:16 -0500 |
| commit | 0ce9011edc8ec53df47e3103ecca3069d385ce37 (patch) | |
| tree | fcd21764584d564c0ffa8fae5d06f03c9328adb3 /cli | |
| parent | e6228bc3c4d974cf9e67b00e0a14a09f94d8ef5e (diff) | |
v0.26.0
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 417141ba3..4be333ee8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cli" -version = "0.25.0" +version = "0.26.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -19,11 +19,11 @@ name = "deno" path = "main.rs" [build-dependencies] -deno_typescript = { path = "../deno_typescript", version = "0.25.0" } +deno_typescript = { path = "../deno_typescript", version = "0.26.0" } [dependencies] -deno = { path = "../core", version = "0.25.0" } -deno_typescript = { path = "../deno_typescript", version = "0.25.0" } +deno = { path = "../core", version = "0.26.0" } +deno_typescript = { path = "../deno_typescript", version = "0.26.0" } ansi_term = "0.12.1" atty = "0.2.13" |
