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.
MINIMUM_SUPPORTED_TOOLCHAIN_VERSION
1.78.0
1 parent 1f4229f commit b4ad7daCopy full SHA for b4ad7da
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: 90,
+ minor: 78,
18
patch: 0,
19
pre: semver::Prerelease::EMPTY,
20
build: semver::BuildMetadata::EMPTY,
0 commit comments