diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-25 13:43:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-25 13:43:38 +0200 |
| commit | 093b3eee58181ec45839d0fe10b8157326a102b2 (patch) | |
| tree | 33f1cb35bfef7a85335d46ca7cb055459c20d637 /Cargo.toml | |
| parent | 6c60859407a39e579a9f7101b254c874af85ca68 (diff) | |
chore: update deno_core and port all remaining ops to `op2` (#20954)
Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
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 36e0a99a3..6f56f5702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.0", features = ["transpiling"] } -deno_core = { version = "0.222.0" } +deno_core = { version = "0.223.0" } deno_runtime = { version = "0.129.0", path = "./runtime" } napi_sym = { version = "0.51.0", path = "./cli/napi/sym" } |
