mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
fix(runtime): feature-flag snapshot from snapshot (#16843)
This commit is contained in:
parent
1dd4843b62
commit
9202611e36
4 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue