diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-11-26 08:22:18 -0800 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-26 10:01:59 -0800 |
commit | 2cd22b5437a375f0e33f26327101afb818a03802 (patch) | |
tree | 0208cd6a912e1a183c1e4c57b690b44d0598d19a /cli | |
parent | 9712e0c31582b5052e7e647f694af1f7bccad0b9 (diff) |
v0.25.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 c3fdf66b9..4645f2445 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cli" -version = "0.24.0" +version = "0.25.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.24.0" } +deno_typescript = { path = "../deno_typescript", version = "0.25.0" } [dependencies] -deno = { path = "../core", version = "0.24.0" } -deno_typescript = { path = "../deno_typescript", version = "0.24.0" } +deno = { path = "../core", version = "0.25.0" } +deno_typescript = { path = "../deno_typescript", version = "0.25.0" } ansi_term = "0.12.1" atty = "0.2.13" |