Skip to content

Commit

Permalink
Merge pull request #19275 from lnicola/min-1-82
Browse files Browse the repository at this point in the history
Bump minimum supported toolchain to 1.82
  • Loading branch information
Veykril authored Mar 3, 2025
2 parents 03f90b0 + 1d6f53e commit 02862f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// 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: 82,
patch: 0,
pre: semver::Prerelease::EMPTY,
build: semver::BuildMetadata::EMPTY,
Expand Down

0 comments on commit 02862f5

Please sign in to comment.