aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-21 16:57:33 +0100
committerAleksey Kladov <[email protected]>2019-05-21 16:57:33 +0100
commit26463f189ff75e92990375ee5ae08d3903d39e66 (patch)
tree3bc9913361e9810ed7f9cb5e27f6b19c145431d9 /Cargo.lock
parent9f03c0781224faaa6e538094e34f1f6591689800 (diff)
publish gen_lsp_server 0.2
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 02adbe0a9..d8ada0757 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -487,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
487 487
488[[package]] 488[[package]]
489name = "gen_lsp_server" 489name = "gen_lsp_server"
490version = "0.1.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)", 493 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1165,7 +1165,7 @@ dependencies = [
1165 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1165 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1166 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1166 "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1167 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", 1167 "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
1168 "gen_lsp_server 0.1.0", 1168 "gen_lsp_server 0.2.0",
1169 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1169 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1170 "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", 1170 "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)",
1171 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1171 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",