mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +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
|
||||
|
||||
### Fixed
|
||||
- `skip-version-parse` argument should require `toolchain-version` (#396)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -44,7 +44,7 @@ pub struct InstallOpts {
|
||||
#[arg(short = 'n', long, default_value = "nightly")]
|
||||
pub nightly_version: String,
|
||||
/// Skips parsing Xtensa Rust version.
|
||||
#[arg(short = 'k', long)]
|
||||
#[arg(short = 'k', long, requires = "toolchain_version")]
|
||||
pub skip_version_parse: bool,
|
||||
/// Only install toolchains required for STD applications.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user