diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-13 17:31:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 17:31:12 -0700 |
| commit | e54e8d4e2246de13325114b930effa8647623795 (patch) | |
| tree | 9bfdd7b411ec09fa39fd60ce6fec1977a51dd77b /Cargo.toml | |
| parent | 9b9ec44db7eeec9d390b63f93393578e258f05a0 (diff) | |
chore: bump deno_core (#21188)
Fixes https://github.com/denoland/deno/issues/21176
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 487e83f8f..cb2db83e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.2", features = ["transpiling"] } -deno_core = { version = "0.229.0" } +deno_core = { version = "0.230.0" } deno_runtime = { version = "0.131.0", path = "./runtime" } napi_sym = { version = "0.53.0", path = "./cli/napi/sym" } |
