diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-31 15:14:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 15:14:25 -0400 |
commit | 7446230e6b39a0d3ce70b8fffbed3ebc63e8c762 (patch) | |
tree | 007a5997b5e3692c0471af52906e0f10d21b724a /cli | |
parent | b718e6ff53156a0aae486e570ce7c9cb8a3b822a (diff) |
v1.2.2
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f282e79f3..0a9125355 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.2.1" +version = "1.2.2" 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.50.0" } +deno_core = { path = "../core", version = "0.51.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1" winapi = "0.3.8" [dependencies] -deno_core = { path = "../core", version = "0.50.0" } +deno_core = { path = "../core", version = "0.51.0" } deno_lint = "0.1.20" atty = "0.2.14" |