diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-10-31 15:32:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 15:32:43 +0100 |
commit | 03769f11b5db314c550478852317d9ea108c2f76 (patch) | |
tree | d0bd87dbd237f35e9f455f7c131a2bf6d3c3e6f3 /cli | |
parent | 2a36e2f892d6e0855b4e3d927cca399299038f80 (diff) |
v1.5.1
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 074ff1607..731fb2efb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.5.0" +version = "1.5.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,20 +20,20 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.65.0" } -deno_web = { path = "../op_crates/web", version = "0.16.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } +deno_core = { path = "../core", version = "0.66.0" } +deno_web = { path = "../op_crates/web", version = "0.17.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.65.0" } +deno_core = { path = "../core", version = "0.66.0" } deno_doc = "0.1.14" deno_lint = "0.2.7" -deno_web = { path = "../op_crates/web", version = "0.16.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } +deno_web = { path = "../op_crates/web", version = "0.17.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } atty = "0.2.14" base64 = "0.12.3" |