about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 19:58:21 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:54 +1000
commitdaf6fe2c1b51877d027453191ec648f52fc0ea8c (patch)
tree8979be2b97cc4fbb04efbeb74e8e2ed1024bd625 /compiler/rustc_codegen_llvm
parent12dc789bc657b1f0b695c39f81de9269f8c709b4 (diff)
downloadrust-daf6fe2c1b51877d027453191ec648f52fc0ea8c.tar.gz
rust-daf6fe2c1b51877d027453191ec648f52fc0ea8c.zip
Add `serde_json` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index 9cfa23ecd43..18c5189a402 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -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