diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-30 15:29:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 15:29:17 +0100 |
commit | 4997f426c36e91b50613a02b5708b95caaee1cb2 (patch) | |
tree | 12f5c0eb9af6d9a0a2069b8c946bde6d9cfa8ffe /cli | |
parent | b1230a85e8ba63f3542892711043cefdc916acf8 (diff) |
chore: release crates (#8931)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f4f3e2340..5b8f954af 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,9 +20,9 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.74.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.17.0" } -deno_web = { path = "../op_crates/web", version = "0.25.0" } +deno_core = { path = "../core", version = "0.75.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.18.0" } +deno_web = { path = "../op_crates/web", version = "0.26.0" } regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } @@ -31,10 +31,10 @@ winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.74.0" } +deno_core = { path = "../core", version = "0.75.0" } deno_doc = "0.1.19" deno_lint = "0.2.14" -deno_runtime = { path = "../runtime", version = "0.4.0" } +deno_runtime = { path = "../runtime", version = "0.5.0" } atty = "0.2.14" base64 = "0.12.3" |