Skip to content

Commit

Permalink
Bump minimum supported toolchain to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Mar 3, 2025
1 parent 03f90b0 commit 1d6f53e
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 1d6f53e

Please sign in to comment.