autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

Update rust toolchain to 1.56.0 #1237

Closed gautamg795 closed 2 years ago

gautamg795 commented 2 years ago

Currently, the selected rust toolchain does not have support for aarch64-apple-darwin (i.e. M1 Mac) and this plugin will not build. Updating this to the latest stable release seems to build just fine on M1 Macs, and shouldn't cause any negative changes.

gautamg795 commented 2 years ago

Hm, looks like this was "fixed" on the dev branch already by unpinning the toolchain entirely in #1220. That's probably not the right approach, but anyhow making that decision wasn't the goal of this PR