diff options
author | Ry Dahl <ry@tinyclouds.org> | 2020-01-02 08:41:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 08:41:25 -0500 |
commit | 328fef9cd6aa0ab3033380cabdf91b9779db5054 (patch) | |
tree | 286ffaeeefc9cf9237b31a239a462889fdf41b63 /cli | |
parent | d4f2fda62331164b09290f2df1500b948f2647a7 (diff) |
v0.28.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 6d1272ed9..800464434 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cli" -version = "0.27.0" +version = "0.28.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.27.0" } +deno_typescript = { path = "../deno_typescript", version = "0.28.0" } [dependencies] -deno = { path = "../core", version = "0.27.0" } -deno_typescript = { path = "../deno_typescript", version = "0.27.0" } +deno = { path = "../core", version = "0.28.0" } +deno_typescript = { path = "../deno_typescript", version = "0.28.0" } ansi_term = "0.12.1" atty = "0.2.13" |