Update supported Rust version to 1.90.0
We no longer work properly with older versions.
This commit is contained in:
parent
8dd571eb68
commit
e9d18d5b60
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ extern crate ra_ap_rustc_type_ir as rustc_type_ir;
|
|||
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision.
|
||||
pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
|
||||
major: 1,
|
||||
minor: 78,
|
||||
minor: 90,
|
||||
patch: 0,
|
||||
pre: semver::Prerelease::EMPTY,
|
||||
build: semver::BuildMetadata::EMPTY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue