aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMuhammad Mominul Huque <[email protected]>2019-06-14 20:03:17 +0100
committerMuhammad Mominul Huque <[email protected]>2019-06-14 20:03:17 +0100
commita931fb1ef633473e272bb3f9ba86968dd90f44a7 (patch)
treec412d82041686c7cd8033ff0bdc7ae5545c50cea /Cargo.lock
parent84b66107828365d02fd29641fe32b3c42f036864 (diff)
Get rid of failure: gen_lsp_server
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c1c7099e..08690c8c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -490,7 +490,6 @@ name = "gen_lsp_server"
490version = "0.2.0" 490version = "0.2.0"
491dependencies = [ 491dependencies = [
492 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 492 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
493 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
494 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", 493 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
495 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 494 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
496 "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", 495 "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)",