diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-13 16:35:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 16:35:31 +0200 |
commit | b3fa81f867f933df41f274bd8eec10dddf1b1b28 (patch) | |
tree | c5f84f5f1f5f75365886476f6f580b584346190e /cli | |
parent | f06724f2388180c1d73eb0cc989f3499d84eb879 (diff) |
v1.4.0
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9381ce37e..078202e4a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.3.3" +version = "1.4.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,15 +20,15 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.56.0" } -deno_web = { path = "../op_crates/web", version = "0.7.1" } +deno_core = { path = "../core", version = "0.57.0" } +deno_web = { path = "../op_crates/web", version = "0.8.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.56.0" } +deno_core = { path = "../core", version = "0.57.0" } deno_doc = { version = "0.1.9" } deno_lint = { version = "0.2.0", features = ["json"] } |