Skip to content

Commit c6633fa

Browse files
authored
Merge pull request #20101 from ShoyuVanilla/comp-time-deps-sooner
minor: Decrease minimal toolchain version for `comp-time-deps` to `1.89.0`
2 parents 317542c + 89a0a28 commit c6633fa

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
@@ -452,7 +452,7 @@ impl WorkspaceBuildScripts {
452452
// available in current toolchain's cargo, use it to build compile time deps only.
453453
const COMP_TIME_DEPS_MIN_TOOLCHAIN_VERSION: semver::Version = semver::Version {
454454
major: 1,
455-
minor: 90,
455+
minor: 89,
456456
patch: 0,
457457
pre: semver::Prerelease::EMPTY,
458458
build: semver::BuildMetadata::EMPTY,

0 commit comments

Comments
 (0)