mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Bump minimum supported toolchain to 1.82
This commit is contained in:
parent
03f90b0afa
commit
1d6f53e117
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