diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-13 23:36:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 23:36:24 -0400 |
| commit | e60cbfadc0c75d48ff004fa8f47d4b5d022cb98c (patch) | |
| tree | 141f6c9cbdf288b8f9f79f62bed0bb88fc48c36c /Cargo.toml | |
| parent | a4b7d563c48d6f386d3383ce35a1319a6834eaf0 (diff) | |
refactor: use TaskQueue from deno_unsync (#20485)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 595df1b87..707a974ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.29.1", features = ["transpiling"] } -deno_core = { version = "0.210.0" } +deno_core = { version = "0.211.0" } deno_runtime = { version = "0.126.0", path = "./runtime" } napi_sym = { version = "0.48.0", path = "./cli/napi/sym" } |
