Update supported Rust version to 1.90.0

We no longer work properly with older versions.
This commit is contained in:
Chayim Refael Friedman 2025-12-07 02:14:39 +02:00
parent 8dd571eb68
commit e9d18d5b60

View file

@ -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,