summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-03 21:35:19 +0200
committerGitHub <noreply@github.com>2020-07-03 15:35:19 -0400
commitbe07aaed84946a13ec514c39606e2030e47af73f (patch)
tree8659c877e2392ec199132d6f6dd6781a49e0a93f /cli
parent2b0dc32718fb4891c788ca9a589ceea8095c1229 (diff)
v1.1.3
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 6c91f3aa3..69eb6fa86 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.1.2"
+version = "1.1.3"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -15,13 +15,13 @@ name = "deno"
path = "main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.48.1" }
-deno_typescript = { path = "../deno_typescript", version = "0.48.1" }
+deno_core = { path = "../core", version = "0.48.3" }
+deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
[dependencies]
-deno_core = { path = "../core", version = "0.48.2" }
+deno_core = { path = "../core", version = "0.48.3" }
deno_lint = "0.1.15"
-deno_typescript = { path = "../deno_typescript", version = "0.48.2" }
+deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
atty = "0.2.14"
base64 = "0.12.2"