Add serde_json to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 19:58:21 +10:00
parent 12dc789bc6
commit daf6fe2c1b
19 changed files with 19 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ rustc_span = { path = "../rustc_span" }
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
rustc_target = { path = "../rustc_target" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_json.workspace = true
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tracing.workspace = true
# tidy-alphabetical-end