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 2cbf358 + 9e1ccc2 commit 40727e8Copy full SHA for 40727e8
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