diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-24 15:25:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-24 15:25:56 +0100 |
commit | 1a3b507a007d0373a83bde203d780b860ea55ce1 (patch) | |
tree | fd9b9d3295963b17f65d2a0960189adeae38c3a2 /Cargo.lock | |
parent | 97c4d06258bace7c9caf211d3a307fff05bdb58e (diff) | |
parent | e6c61d5072e600372ba4a38ad8893af37aaa77e6 (diff) |
Merge #5034
5034: Cleanup project.json deserialization r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 91a932549..7bd2144a7 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1183,6 +1183,7 @@ dependencies = [ | |||
1183 | "rustc-hash", | 1183 | "rustc-hash", |
1184 | "serde", | 1184 | "serde", |
1185 | "serde_json", | 1185 | "serde_json", |
1186 | "stdx", | ||
1186 | ] | 1187 | ] |
1187 | 1188 | ||
1188 | [[package]] | 1189 | [[package]] |