mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 04:18:20 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ impl WorkspaceBuildScripts {
|
||||||
// available in current toolchain's cargo, use it to build compile time deps only.
|
// 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 {
|
const COMP_TIME_DEPS_MIN_TOOLCHAIN_VERSION: semver::Version = semver::Version {
|
||||||
major: 1,
|
major: 1,
|
||||||
minor: 90,
|
minor: 89,
|
||||||
patch: 0,
|
patch: 0,
|
||||||
pre: semver::Prerelease::EMPTY,
|
pre: semver::Prerelease::EMPTY,
|
||||||
build: semver::BuildMetadata::EMPTY,
|
build: semver::BuildMetadata::EMPTY,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue