Skip to content

Commit 1d6f53e

Browse files
committed
Bump minimum supported toolchain to 1.82
1 parent 03f90b0 commit 1d6f53e

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

Lines changed: 1 addition & 1 deletion
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)