mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Merge pull request #20101 from ShoyuVanilla/comp-time-deps-sooner
minor: Decrease minimal toolchain version for `comp-time-deps` to `1.89.0`
This commit is contained in:
commit
c6633fa1f2
@ -452,7 +452,7 @@ impl WorkspaceBuildScripts {
|
||||
// available in current toolchain's cargo, use it to build compile time deps only.
|
||||
const COMP_TIME_DEPS_MIN_TOOLCHAIN_VERSION: semver::Version = semver::Version {
|
||||
major: 1,
|
||||
minor: 90,
|
||||
minor: 89,
|
||||
patch: 0,
|
||||
pre: semver::Prerelease::EMPTY,
|
||||
build: semver::BuildMetadata::EMPTY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user