diff options
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 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" |