Skip to content

Commit 396ceb1

Browse files
authored
Rollup merge of #145740 - nnethercote:workspace-members, r=Kobzol
Introduce a `[workspace.dependencies`] section in the top-level `Cargo.toml` It lets us avoid a lot of repetition of crate versions, etc. I've just done a few as a start. Many more can be done in follow-ups. r? `@Kobzol`
2 parents 1f34d58 + a79b80c commit 396ceb1

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
@@ -14,7 +14,7 @@ rustc_span = { path = "../rustc_span" }
1414
rustc_target = { path = "../rustc_target" }
1515
scoped-tls = "1.0"
1616
serde = { version = "1.0.125", features = [ "derive" ] }
17-
tracing = "0.1"
17+
tracing.workspace = true
1818
# tidy-alphabetical-end
1919

2020
[features]

0 commit comments

Comments
 (0)