Skip to content

Commit dd5129b

Browse files
committed
fix: Fix incorrect build script version check
1 parent df85aac commit dd5129b

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)