diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0e46fd498..0bbb75ddc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,7 @@ harness = false path = "./bench/lsp_bench_standalone.rs" [build-dependencies] -deno_runtime.workspace = true +deno_runtime = { workspace = true, features = ["snapshot_from_snapshot"] } deno_core.workspace = true regex.workspace = true serde.workspace = true |