aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-02 16:11:22 +0100
committerGitHub <[email protected]>2020-09-02 16:11:22 +0100
commit7f79dbc84f5d69ec6f48fa8d67bdfa0525c5dd34 (patch)
tree90d1912ea279c6c76249320a9a750b383eda2d36 /Cargo.lock
parenta2e8e513e4907da2662dcec12c7e9d262873a664 (diff)
parent36692bdffa59accee75e34647d83cbd8190b7906 (diff)
Merge #5930
5930: Migrate to the latest Semantic Tokens Proposal for LSP 3.16 r=matklad a=kjeremy This stabilizes call hierarchy and semantic tokens features on the client side and changes the server-side semantic tokens protocol to match the latest proposal for 3.16. The server-side change will break clients depending on the earlier semantic tokens draft. Fixes #4942 Co-authored-by: kjeremy <[email protected]>
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 fb39c8415..5b9384149 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -778,9 +778,9 @@ dependencies = [
778 778
779[[package]] 779[[package]]
780name = "lsp-types" 780name = "lsp-types"
781version = "0.79.0" 781version = "0.80.0"
782source = "registry+https://github.com/rust-lang/crates.io-index" 782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "7f1f86677fdbe8df5f88b99131b1424e50aad27bbe3e5900d221bc414bd72e9b" 783checksum = "f4265e2715bdacbb4dad029fce525e420cd66dc0af24ff9cb996a8ab48ac92ef"
784dependencies = [ 784dependencies = [
785 "base64", 785 "base64",
786 "bitflags", 786 "bitflags",