diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-23 15:05:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 15:05:12 +0200 |
commit | 52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 (patch) | |
tree | 814d1ca47bc7c372c318f62abef9fb3a1a9b84d2 /cli | |
parent | 0cef6aca86af713692537703604ad89377e445e3 (diff) |
chore: release crates (#10327)
Release crates for the cli 1.9.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 1de4f9c59..8da0a0dde 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.85.0" } -deno_runtime = { path = "../runtime", version = "0.12.0" } +deno_core = { path = "../core", version = "0.86.0" } +deno_runtime = { path = "../runtime", version = "0.13.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.85.0" } +deno_core = { path = "../core", version = "0.86.0" } deno_doc = "0.3.0" deno_lint = "0.4.0" -deno_runtime = { path = "../runtime", version = "0.12.0" } +deno_runtime = { path = "../runtime", version = "0.13.0" } atty = "0.2.14" base64 = "0.13.0" |