From 4fb570dea74acdd9db00a60c13e9eeddc14ecf27 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 21 Apr 2019 12:52:07 +0200 Subject: Switch to serde-enabled rls-* and update RLS appropriately This also bumps RLS version to 1.36. The updated rls-* packages use serde but *not* serde_derive thanks to manual proc macro expansion. This is a hack, since rustc cannot handle crates.io proc macros (duplicated in tools) when cross-compiling, so that's the best we can do in order to support serde_json in save-analysis. --- src/tools/rls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/rls b/src/tools/rls index b202e14dbf5..20e32686df5 160000 --- a/src/tools/rls +++ b/src/tools/rls @@ -1 +1 @@ -Subproject commit b202e14dbf53949d05822e680ee5166b33468853 +Subproject commit 20e32686df573fc44ac1052bf3e6982b0da27cfc -- cgit 1.4.1-3-g733a5