Skip to content

Commit

Permalink
remove circular dependency (vercel/turborepo#4580)
Browse files Browse the repository at this point in the history
### Description

rust-analyzer seem to be unhappy about this circular dependency and in
fact we don't need this dependency anyway
  • Loading branch information
sokra authored Apr 14, 2023
1 parent 1eaea4b commit c30f278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/turbopack-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tokio = { workspace = true, features = ["full"] }
tungstenite = { workspace = true }
turbo-tasks = { workspace = true }
turbo-tasks-testing = { workspace = true }
turbopack-cli = { workspace = true }
turbopack-create-test-app = { workspace = true }
url = { workspace = true }
webbrowser = { workspace = true }
Expand Down

0 comments on commit c30f278

Please sign in to comment.