diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-13 22:34:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-13 22:34:54 +0100 |
| commit | 389f492551972c271d26f95dcc15b05836bfe4b8 (patch) | |
| tree | 8486e99ff29e94876ac1a2b14ae5b1640abec63f /cli | |
| parent | 2e74f164b6dcf0ecbf8dd38fba9fae550d784bd0 (diff) | |
chore: release crates (#8744)
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 7ad0cc5ca..944025e13 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.70.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.13.0" } -deno_web = { path = "../op_crates/web", version = "0.21.0" } +deno_core = { path = "../core", version = "0.71.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.14.0" } +deno_web = { path = "../op_crates/web", version = "0.22.0" } regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } @@ -31,7 +31,7 @@ winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.70.0" } +deno_core = { path = "../core", version = "0.71.0" } deno_doc = "0.1.18" deno_lint = "0.2.13" deno_runtime = { path = "../runtime", version = "0.1.0" } |
