We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e0532 + e9d18d5 commit aafe60dCopy full SHA for aafe60d
src/tools/rust-analyzer/crates/rust-analyzer/src/lib.rs
@@ -14,7 +14,7 @@ extern crate ra_ap_rustc_type_ir as rustc_type_ir;
14
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision.
15
pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
16
major: 1,
17
- minor: 78,
+ minor: 90,
18
patch: 0,
19
pre: semver::Prerelease::EMPTY,
20
build: semver::BuildMetadata::EMPTY,
0 commit comments