We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16644ba + de07b17 commit d137feeCopy full SHA for d137fee
src/tools/rust-analyzer/crates/rust-analyzer/src/lib.rs
@@ -12,7 +12,7 @@
12
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision.
13
pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
14
major: 1,
15
- minor: 78,
+ minor: 82,
16
patch: 0,
17
pre: semver::Prerelease::EMPTY,
18
build: semver::BuildMetadata::EMPTY,
0 commit comments