diff options
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 6dea7d48e..b2f6f4fa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.34.1", features = ["transpiling"] } -deno_core = { version = "0.266.0", features = ["snapshot_data_bincode"] } +deno_core = { version = "0.267.0" } deno_bench_util = { version = "0.134.0", path = "./bench_util" } deno_lockfile = "0.19.0" |
