diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-28 20:30:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 19:30:07 +0000 |
| commit | f85d65e066302ad7357321ec9e2940c2346d2263 (patch) | |
| tree | e9948080ff31e23b98bad3b4dfbbe1d63182c76a /Cargo.toml | |
| parent | c08319262afeca47d1b9f3dbfa3254e692a48a2d (diff) | |
chore: update deno_core to 0.240.0 (#21726)
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 4d00b1c3f..ea21a7080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.6", features = ["transpiling"] } -deno_core = { version = "0.239.0" } +deno_core = { version = "0.240.0" } deno_runtime = { version = "0.137.0", path = "./runtime" } napi_sym = { version = "0.59.0", path = "./cli/napi/sym" } |
