Skip to content

Commit c5480a9

Browse files
committed
fix: Fix incorrect build script version check
1 parent 38c61c9 commit c5480a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/project-model/src/build_dependencies.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ impl WorkspaceBuildScripts {
499499
// available in current toolchain's cargo, use it to build compile time deps only.
500500
const COMP_TIME_DEPS_MIN_TOOLCHAIN_VERSION: semver::Version = semver::Version {
501501
major: 1,
502-
minor: 189,
502+
minor: 89,
503503
patch: 0,
504504
pre: semver::Prerelease::EMPTY,
505505
build: semver::BuildMetadata::EMPTY,

0 commit comments

Comments
 (0)