diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-07 11:36:04 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-07 11:36:04 +0000 |
commit | 5232099977d07492c1b6d5e6163c70d4f6eb07df (patch) | |
tree | 0660079034d3c2f30147e946f2c473d2f651eef2 /Cargo.lock | |
parent | b94e1eee8341cb2a16b89711d65b382549fd2bde (diff) | |
parent | 4cd757c1e32f0cf1f281b82cd55615d0e47edb24 (diff) |
Merge #939
939: Initial implementation of project-lock.json. r=davidtwco a=davidtwco
Fixes #792.
This PR adds a initial implementation of project-lock.json, a build
system agnostic method of specifying the crate graph and roots.
Co-authored-by: David Wood <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4551ffc44..4b89e36d1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1089,6 +1089,8 @@ dependencies = [ | |||
1089 | "ra_arena 0.1.0", | 1089 | "ra_arena 0.1.0", |
1090 | "ra_db 0.1.0", | 1090 | "ra_db 0.1.0", |
1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1093 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1092 | "test_utils 0.1.0", | 1094 | "test_utils 0.1.0", |
1093 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | ] | 1096 | ] |