Merge pull request #19275 from lnicola/min-1-82
Bump minimum supported toolchain to 1.82
This commit is contained in:
commit
d137fee542
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue