Add serde_json to [workspace.dependencies].
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user