summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-28 15:26:58 -0400
committerGitHub <noreply@github.com>2020-03-28 15:26:58 -0400
commitd6cb3892d48209fdb9c5196bb444e33a82bd3724 (patch)
treef1b3ed43dd15fa226b53b22ed269d3decc8e2b09 /cli
parent3fac487461abf055165fe0e2bb962573950277b8 (diff)
v0.38.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index acabcf7d0..4f81afa06 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.37.1"
+version = "0.38.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -19,12 +19,12 @@ name = "deno"
path = "main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.37.1" }
-deno_typescript = { path = "../deno_typescript", version = "0.37.1" }
+deno_core = { path = "../core", version = "0.38.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.38.0" }
[dependencies]
-deno_core = { path = "../core", version = "0.37.1" }
-deno_typescript = { path = "../deno_typescript", version = "0.37.1" }
+deno_core = { path = "../core", version = "0.38.0" }
+deno_typescript = { path = "../deno_typescript", version = "0.38.0" }
atty = "0.2.14"
base64 = "0.11.0"