summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
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"