aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-09 15:35:21 +0100
committerGitHub <[email protected]>2019-09-09 15:35:21 +0100
commit7258523a519207a033dedde8c498debe8da4a15e (patch)
tree4d2c08f9b357040ba135fa66aa5a981058f6f55c /Cargo.lock
parent76f39b4b20d32b67fb60220e9d2a6ceb3f44fbb7 (diff)
parente5a8093dd497518c177d3c22404d80da44905336 (diff)
Merge #1789
1789: Debug r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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 f93f11a82..ceb26961e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1060,6 +1060,7 @@ dependencies = [
1060 "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1060 "lsp-server 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1061 "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", 1061 "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)",
1062 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1062 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1063 "ra_db 0.1.0",
1063 "ra_ide_api 0.1.0", 1064 "ra_ide_api 0.1.0",
1064 "ra_prof 0.1.0", 1065 "ra_prof 0.1.0",
1065 "ra_project_model 0.1.0", 1066 "ra_project_model 0.1.0",