summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-24 06:32:48 -0400
committerGitHub <noreply@github.com>2020-07-24 06:32:48 -0400
commit25a0ad3e16e767d58b1315e9d12a236ea36c5998 (patch)
tree7d36e41798d5615a85367efda8a41ab553023e6b /cli
parent836ce3a9a6e050cae50593de65f17772af01b65d (diff)
v1.2.1
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 c47b292bb..fe08952d7 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.2.0"
+version = "1.2.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -15,14 +15,14 @@ name = "deno"
path = "main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.49.0" }
+deno_core = { path = "../core", version = "0.50.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
winapi = "0.3.8"
[dependencies]
-deno_core = { path = "../core", version = "0.49.0" }
+deno_core = { path = "../core", version = "0.50.0" }
deno_lint = "0.1.16"
atty = "0.2.14"