summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-11-28 12:47:25 +0100
committerGitHub <noreply@github.com>2022-11-28 12:47:25 +0100
commit9202611e3695c7091f257b261af809697df959ab (patch)
treeba4dcc28d4c9caf6cc8d9c2ba10c29c0ecd498ce /cli
parent1dd4843b62085a2aeb3134573adf9a7c47c154e2 (diff)
fix(runtime): feature-flag snapshot from snapshot (#16843)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
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