Skip to content

Commit e99ac85

Browse files
committed
Add scoped-tls to [workspace.dependencies].
1 parent 0a8b282 commit e99ac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)