diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 16:21:10 +0200 |
---|---|---|
committer | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-17 17:34:35 +0200 |
commit | 5887dd3c953e07a21768fcc75e65747df75185f3 (patch) | |
tree | 3b0cf21fd14099b026526f08de44150c01549cc7 /cli | |
parent | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff) |
chore: release crates (#10661)
For the Deno 1.10.2 release.
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 c3ec15496..9b207d360 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,8 +20,8 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.87.0" } -deno_runtime = { path = "../runtime", version = "0.14.0" } +deno_core = { path = "../core", version = "0.88.0" } +deno_runtime = { path = "../runtime", version = "0.15.0" } regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } @@ -30,10 +30,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.87.0" } +deno_core = { path = "../core", version = "0.88.0" } deno_doc = "0.4.0" deno_lint = "0.5.0" -deno_runtime = { path = "../runtime", version = "0.14.0" } +deno_runtime = { path = "../runtime", version = "0.15.0" } atty = "0.2.14" base64 = "0.13.0" |