diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-02-17 15:22:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 22:22:46 +0000 |
| commit | 08071f9561b17b8899f370dc771604c2c2da445f (patch) | |
| tree | df270cf3f349a7d2bce72b1195e36665062e4f7d /Cargo.toml | |
| parent | 828d9b84858d53b74d7801604c8c3bee418b631e (diff) | |
chore: bump deno_core (#22443)
Migrations:
- Use the new SnapshotSerializer for TSC/compiler snapshots
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 7b0686432..00bbd725d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.33.2", features = ["transpiling"] } -deno_core = { version = "0.262.0" } +deno_core = { version = "0.263.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.132.0", path = "./bench_util" } deno_lockfile = "0.19.0" |
