place the persistent cache behind a feature flag

This commit is contained in:
Tobias Koppers 2022-06-29 09:40:11 +02:00
parent 476de325b9
commit db41ef8432

View file

@ -14,7 +14,6 @@ bench = false
"clap" = { version = "3.1.3", features = ["derive"] } "clap" = { version = "3.1.3", features = ["derive"] }
"turbo-tasks" = { path = "../turbo-tasks" } "turbo-tasks" = { path = "../turbo-tasks" }
"turbo-tasks-memory" = { path = "../turbo-tasks-memory" } "turbo-tasks-memory" = { path = "../turbo-tasks-memory" }
"turbo-tasks-rocksdb" = { path = "../turbo-tasks-rocksdb" }
"turbo-tasks-fs" = { path = "../turbo-tasks-fs" } "turbo-tasks-fs" = { path = "../turbo-tasks-fs" }
"turbopack" = { path = "../turbopack" } "turbopack" = { path = "../turbopack" }
"turbopack-core" = { path = "../turbopack-core" } "turbopack-core" = { path = "../turbopack-core" }