Skip to content

Commit 40727e8

Browse files
Merge pull request #21218 from ChayimFriedman2/update-supported-version
internal: Update supported Rust version to 1.90.0
2 parents 2cbf358 + 9e1ccc2 commit 40727e8

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/src

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern crate ra_ap_rustc_type_ir as rustc_type_ir;
1414
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision.
1515
pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
1616
major: 1,
17-
minor: 78,
17+
minor: 90,
1818
patch: 0,
1919
pre: semver::Prerelease::EMPTY,
2020
build: semver::BuildMetadata::EMPTY,

0 commit comments

Comments
 (0)