aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authoruHOOCCOOHu <[email protected]>2019-10-02 19:02:53 +0100
committeruHOOCCOOHu <[email protected]>2019-10-02 19:28:03 +0100
commit1067a1c5f649cc206e35b427eaa8d6553280cc96 (patch)
treee55b3e9ad4b2ece335f5660712918b6b97390bd3 /Cargo.lock
parente0100e63ae2e873f119b905ac77c3355ffb351b0 (diff)
Read default cfgs from rustc
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b95f176fc..736f1994e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1032,6 +1032,7 @@ dependencies = [
1032 "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1032 "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1033 "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", 1033 "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)",
1034 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1034 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1035 "ra_cfg 0.1.0",
1035 "ra_db 0.1.0", 1036 "ra_db 0.1.0",
1036 "ra_ide_api 0.1.0", 1037 "ra_ide_api 0.1.0",
1037 "ra_prof 0.1.0", 1038 "ra_prof 0.1.0",