summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-19 17:48:12 -0400
committerRy Dahl <ry@tinyclouds.org>2019-10-19 18:46:02 -0400
commit4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (patch)
tree92fffa9b1d8c870b20aaaf73ee27d5738f0514dd /cli
parenteff2a27bd02f8987e904907ae6ebb6cb9c07944b (diff)
v0.21.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 00079b180..b4a5afd9f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cli"
-version = "0.20.0"
+version = "0.21.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.20.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.21.0" }
[dependencies]
-deno = { path = "../core", version = "0.20.0" }
-deno_typescript = { path = "../deno_typescript", version = "0.20.0" }
+deno = { path = "../core", version = "0.21.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.21.0" }
ansi_term = "0.12.1"
atty = "0.2.13"