mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 18:26:19 +00:00
fix: Fix incorrect build script version check
This commit is contained in:
parent
df85aac1d4
commit
dd5129b832
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,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: 189,
|
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