Skip to content

Commit 4495d47

Browse files
committed
move thread_local to workspace
1 parent bbc716a commit 4495d47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ sourcemap = "9.0.0"
204204
strsim = "0.11.1"
205205
syn = "1.0.107"
206206
tempfile = "3.3.0"
207+
thread_local = "1.1.8"
207208
thiserror = "1.0.48"
208209
tiny-gradient = "0.1.0"
209210
tokio = "1.25.0"

turbopack/crates/turbo-tasks-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ smallvec = { workspace = true }
4040
tokio = { workspace = true }
4141
tokio-scoped = "0.2.0"
4242
tracing = { workspace = true }
43-
thread_local = { version = "1.1.8" }
43+
thread_local = { workspace = true }
4444
turbo-prehash = { workspace = true }
4545
turbo-tasks = { workspace = true }
4646
turbo-tasks-hash = { workspace = true }

0 commit comments

Comments
 (0)