diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-27 16:00:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 16:00:23 +0100 |
| commit | dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d (patch) | |
| tree | d5b451af5fca29eff5e6628e9198b6ea55e499dd /cli | |
| parent | 60cd7695ef2c3769aeaf9391a2dddc6c31a9e2f5 (diff) | |
v1.5.0
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
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 6120e901c..6b1859647 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.4.6" +version = "1.5.0" 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.64.0" } -deno_web = { path = "../op_crates/web", version = "0.15.1" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } +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" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.64.0" } +deno_core = { path = "../core", version = "0.65.0" } deno_doc = "0.1.13" deno_lint = "0.2.5" -deno_web = { path = "../op_crates/web", version = "0.15.1" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } +deno_web = { path = "../op_crates/web", version = "0.16.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } atty = "0.2.14" base64 = "0.12.3" |
