Skip to content

Commit 02862f5

Browse files
authored
Merge pull request #19275 from lnicola/min-1-82
Bump minimum supported toolchain to 1.82
2 parents 03f90b0 + 1d6f53e commit 02862f5

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/src

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// Any toolchain less than this version will likely not work with rust-analyzer built from this revision.
1313
pub const MINIMUM_SUPPORTED_TOOLCHAIN_VERSION: semver::Version = semver::Version {
1414
major: 1,
15-
minor: 78,
15+
minor: 82,
1616
patch: 0,
1717
pre: semver::Prerelease::EMPTY,
1818
build: semver::BuildMetadata::EMPTY,

0 commit comments

Comments
 (0)