mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
minor: Decrease minimal toolchain version for comp-time-deps
by 0.1
This commit is contained in:
parent
749288e0de
commit
89a0a28d4f
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.
|
||||
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…
Add table
Add a link
Reference in a new issue