diff options
| author | Igor Matuszewski <Xanewok@gmail.com> | 2018-09-22 23:19:39 +0200 |
|---|---|---|
| committer | Igor Matuszewski <Xanewok@gmail.com> | 2018-09-28 01:53:59 +0200 |
| commit | d45f87701ce9926ecd4f4e01c4a60443227de62d (patch) | |
| tree | 9434d7df599de9eb8d29c754927ca411d3c4b72b /src/Cargo.lock | |
| parent | cddd00a1e60924fd41e2b51cfd22b9756f6145e8 (diff) | |
Emit only necessary compilation options in save-analysis
This is `command`, `directory` and `output` file.
Diffstat (limited to 'src/Cargo.lock')
| -rw-r--r-- | src/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 9a383a381d5..5a44b696a03 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -2373,6 +2373,7 @@ dependencies = [ "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc 0.0.0", "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_codegen_utils 0.0.0", "rustc_data_structures 0.0.0", "rustc_target 0.0.0", "rustc_typeck 0.0.0", |
