Bump minimum supported toolchain to 1.82

This commit is contained in:
Laurențiu Nicola 2025-03-03 16:03:06 +02:00
parent 03f90b0afa
commit 1d6f53e117

View file

@ -12,7 +12,7 @@
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision. /// 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 { pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
major: 1, major: 1,
minor: 78, minor: 82,
patch: 0, patch: 0,
pre: semver::Prerelease::EMPTY, pre: semver::Prerelease::EMPTY,
build: semver::BuildMetadata::EMPTY, build: semver::BuildMetadata::EMPTY,