We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f90b0 + 1d6f53e commit 02862f5Copy full SHA for 02862f5
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