Skip to content

Commit 098fdb4

Browse files
authored
Merge pull request #20317 from Veykril/push-koossvzyyvmm
fix: Fix incorrect build script version check
2 parents 6881029 + dd5129b commit 098fdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)