Skip to content

Commit 8cdf7c5

Browse files
committed
Add scoped-tls to [workspace.dependencies].
1 parent 2da67bb commit 8cdf7c5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ quote = "1.0.40"
7474
rustc-hash = "2.1.1"
7575
rustc-literal-escaper = "0.0.5"
7676
rustc_apfloat = "0.2.3"
77+
scoped-tls = "1.0.1"
7778
serde_json = "1.0.142"
7879
tempfile = "3.20.0"
7980
thin-vec = "0.2.14"

compiler/rustc_public/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rustc_public_bridge = { path = "../rustc_public_bridge" }
1212
rustc_session = { path = "../rustc_session" }
1313
rustc_span = { path = "../rustc_span" }
1414
rustc_target = { path = "../rustc_target" }
15-
scoped-tls = "1.0"
15+
scoped-tls.workspace = true
1616
serde = { version = "1.0.125", features = [ "derive" ] }
1717
tracing.workspace = true
1818
# tidy-alphabetical-end

compiler/rustc_span/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustc_hashes = { path = "../rustc_hashes" }
1616
rustc_index = { path = "../rustc_index" }
1717
rustc_macros = { path = "../rustc_macros" }
1818
rustc_serialize = { path = "../rustc_serialize" }
19-
scoped-tls = "1.0"
19+
scoped-tls.workspace = true
2020
sha1 = "0.10.0"
2121
sha2 = "0.10.1"
2222
tracing.workspace = true

compiler/rustc_thread_pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ smallvec = "1.8.1"
2020
[dev-dependencies]
2121
rand = "0.9"
2222
rand_xorshift = "0.4"
23-
scoped-tls = "1.0"
23+
scoped-tls.workspace = true
2424

2525
[target.'cfg(unix)'.dev-dependencies]
2626
libc.workspace = true

0 commit comments

Comments
 (0)