diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-02-12 16:23:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 16:23:39 +0100 |
commit | 39f3aaaa7205b555a83ae2c50b3537a645298bb4 (patch) | |
tree | 4fa9e5d2fa13cef60f6bf3edd70400ef6452de13 /cli | |
parent | 79916226b74bf9593afacbcdfe9d58263bed132f (diff) |
chore: release crates (#9481)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2eb28f7ba..9b4217788 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,10 +24,10 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.78.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.21.0" } -deno_web = { path = "../op_crates/web", version = "0.29.0" } -deno_websocket = { path = "../op_crates/websocket", version = "0.4.0" } +deno_core = { path = "../core", version = "0.79.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.22.0" } +deno_web = { path = "../op_crates/web", version = "0.30.0" } +deno_websocket = { path = "../op_crates/websocket", version = "0.5.0" } regex = "1.4.3" serde = { version = "1.0.123", features = ["derive"] } @@ -36,10 +36,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.78.0" } +deno_core = { path = "../core", version = "0.79.0" } deno_doc = "0.1.22" deno_lint = "0.2.18" -deno_runtime = { path = "../runtime", version = "0.8.0" } +deno_runtime = { path = "../runtime", version = "0.9.0" } atty = "0.2.14" base64 = "0.13.0" |