mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-11 11:39:44 +00:00
Merge pull request #21218 from ChayimFriedman2/update-supported-version
Some checks are pending
metrics / generate_final_metrics (push) Blocked by required conditions
metrics / build_metrics (push) Waiting to run
metrics / other_metrics (diesel-1.4.8) (push) Blocked by required conditions
metrics / other_metrics (hyper-0.14.18) (push) Blocked by required conditions
metrics / other_metrics (ripgrep-13.0.0) (push) Blocked by required conditions
metrics / other_metrics (self) (push) Blocked by required conditions
metrics / other_metrics (webrender-2022) (push) Blocked by required conditions
rustdoc / rustdoc (push) Waiting to run
Some checks are pending
metrics / generate_final_metrics (push) Blocked by required conditions
metrics / build_metrics (push) Waiting to run
metrics / other_metrics (diesel-1.4.8) (push) Blocked by required conditions
metrics / other_metrics (hyper-0.14.18) (push) Blocked by required conditions
metrics / other_metrics (ripgrep-13.0.0) (push) Blocked by required conditions
metrics / other_metrics (self) (push) Blocked by required conditions
metrics / other_metrics (webrender-2022) (push) Blocked by required conditions
rustdoc / rustdoc (push) Waiting to run
internal: Update supported Rust version to 1.90.0
This commit is contained in:
commit
40727e8840
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue