Skip to content

Commit

Permalink
perf(turbo-tasks): Turn on local_resolution feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bgw committed Jan 20, 2025
1 parent 89fa28f commit 88996ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
bench = false

[features]
default = []
default = ["local_resolution"]
tokio_tracing = ["tokio/tracing"]
hanging_detection = []
local_resolution = []
Expand Down

0 comments on commit 88996ef

Please sign in to comment.