diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-12 17:55:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-12 15:55:50 +0000 |
| commit | c464cd7073c761780b3170a48542c387560e3f26 (patch) | |
| tree | 881a26d05423f9c696c8f35ce8bd2d72d562b1ea /Cargo.toml | |
| parent | 5dd010a4fbeb0602891ea537b98216b8ad7d27a7 (diff) | |
refactor: FeatureChecker integration in ext/ crates (#20797)
Towards https://github.com/denoland/deno/issues/20779.
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 3720eb74f..6dcdc787a 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.221.0" } +deno_core = { version = "0.222.0" } deno_runtime = { version = "0.128.0", path = "./runtime" } napi_sym = { version = "0.50.0", path = "./cli/napi/sym" } |
