diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-04-13 18:22:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 18:22:48 +0200 |
commit | 1be65bbe4f15df27d502ed6c06d717e7a964dbab (patch) | |
tree | 175136bc2bd7379c5f42f7296aeb03b37e9d494e /cli | |
parent | d46b37f6a8639e25ff54ea1e264cc7cebdd03be9 (diff) |
chore: release crates (#10164)
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 41ab118c0..b47c2d8e5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,8 +24,8 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.83.0" } -deno_runtime = { path = "../runtime", version = "0.10.1" } +deno_core = { path = "../core", version = "0.84.0" } +deno_runtime = { path = "../runtime", version = "0.11.0" } regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } @@ -34,10 +34,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.83.0" } +deno_core = { path = "../core", version = "0.84.0" } deno_doc = "0.2.1" deno_lint = "0.3.0" -deno_runtime = { path = "../runtime", version = "0.10.1" } +deno_runtime = { path = "../runtime", version = "0.11.0" } atty = "0.2.14" base64 = "0.13.0" |