Skip to content

Commit b8b0b8e

Browse files
authored
Rollup merge of rust-lang#145947 - nnethercote:workspace-members-2, r=Kobzol
Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml` Following on from rust-lang#145740. r? `@Kobzol`
2 parents 6e58a99 + 8bd4bf2 commit b8b0b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)