summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-09-19 12:10:20 +0200
committerGitHub <noreply@github.com>2023-09-19 12:10:20 +0200
commit2772d302f57cfdce09c7ba2df8a887d28eba8b9a (patch)
tree776abace72c8b8c334a3f73f4f8f1b521b3c6863 /Cargo.toml
parentb9b4ad31d991bdbc50ddaea8d423a5d285d5f317 (diff)
perf: make `deno test` 10x faster (#20550)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 966f9a899..edd5977ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.29.3", features = ["transpiling"] }
-deno_core = { version = "0.213.0" }
+deno_core = { version = "0.214.0" }
deno_runtime = { version = "0.126.0", path = "./runtime" }
napi_sym = { version = "0.48.0", path = "./cli/napi/sym" }