Skip to content

Commit 89a0a28

Browse files
committed
minor: Decrease minimal toolchain version for comp-time-deps by 0.1
1 parent 749288e commit 89a0a28

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)