From 9202611e3695c7091f257b261af809697df959ab Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 28 Nov 2022 12:47:25 +0100 Subject: fix(runtime): feature-flag snapshot from snapshot (#16843) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3