mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-29 22:01:07 +00:00
Require toolchain-version for skip-version-parse arg (#396)
* feat: Require toolchain-version for skip-version-parse arg * docs: Update changelog
This commit is contained in:
parent
efc7ff7bdd
commit
66db3ba875
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- `skip-version-parse` argument should require `toolchain-version` (#396)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ pub struct InstallOpts {
|
|||||||
#[arg(short = 'n', long, default_value = "nightly")]
|
#[arg(short = 'n', long, default_value = "nightly")]
|
||||||
pub nightly_version: String,
|
pub nightly_version: String,
|
||||||
/// Skips parsing Xtensa Rust version.
|
/// Skips parsing Xtensa Rust version.
|
||||||
#[arg(short = 'k', long)]
|
#[arg(short = 'k', long, requires = "toolchain_version")]
|
||||||
pub skip_version_parse: bool,
|
pub skip_version_parse: bool,
|
||||||
/// Only install toolchains required for STD applications.
|
/// Only install toolchains required for STD applications.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user