commit | fc1df4ff170ec137ecab7d7aa7f4dc894bb17449 | [log] [tgz] |
---|---|---|
author | bjorn3 <[email protected]> | Thu Jun 03 15:45:09 2021 |
committer | bjorn3 <[email protected]> | Fri Jun 03 16:46:19 2022 |
tree | 4069f5bb6a9d28342893fe91c47f49d0833bf4ab | |
parent | fc2abe6952a00c21a2bb77ad8bd86dcb6e6abea2 [diff] [blame] |
Use serde_json for target spec json
diff --git a/Cargo.lock b/Cargo.lock index 7ed327e..aefaaad 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -3774,6 +3774,7 @@ "rustc_span", "rustc_target", "rustc_typeck", + "serde_json", "tracing", "winapi", ] @@ -4445,6 +4446,7 @@ "rustc_macros", "rustc_serialize", "rustc_span", + "serde_json", "tracing", ]