oxalica / nil

NIx Language server, an incremental analysis assistant for writing in Nix.
Apache License 2.0
1.28k stars 39 forks source link

toolchain requires `1.70` #112

Closed Redhawk18 closed 9 months ago

Redhawk18 commented 9 months ago

In the readme I saw version 1.62 mentioned while I got a compile error in neovim that it required 1.70 and nixos only packages cargo with 1.69.

a-kenji commented 9 months ago

Yeah, the readme is outdated, but the msrv is clearly and correctly communicated: https://github.com/oxalica/nil/blob/main/Cargo.toml#L17