summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-26 23:45:12 +0200
committerGitHub <noreply@github.com>2020-06-26 17:45:12 -0400
commit5bc130be2722fe54d42004cc48536b390437ede3 (patch)
treed58ea06ac9f73165d81f99a2eacfca7ce9b95953 /cli
parent598a7dcc8425c9b377d79dc86e298db862e45b91 (diff)
v1.1.2
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 55d058cef..678357f5c 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.1.1"
+version = "1.1.2"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -19,9 +19,9 @@ deno_core = { path = "../core", version = "0.48.1" }
deno_typescript = { path = "../deno_typescript", version = "0.48.1" }
[dependencies]
-deno_core = { path = "../core", version = "0.48.1" }
+deno_core = { path = "../core", version = "0.48.2" }
deno_lint = "0.1.10"
-deno_typescript = { path = "../deno_typescript", version = "0.48.1" }
+deno_typescript = { path = "../deno_typescript", version = "0.48.2" }
atty = "0.2.14"
base64 = "0.12.2"