From 08071f9561b17b8899f370dc771604c2c2da445f Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 17 Feb 2024 15:22:46 -0700 Subject: chore: bump deno_core (#22443) Migrations: - Use the new SnapshotSerializer for TSC/compiler snapshots --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3