mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
[yabridgectl] Update to Rust 2021
Rust 1.58 will be released tomorrow, so now that Rust 2021 has been out for two releases bumping this should be fine.
This commit is contained in:
@@ -142,7 +142,7 @@ fn main() -> Result<()> {
|
||||
"symlink".bright_white()
|
||||
).as_ref())
|
||||
.setting(clap::ArgSettings::NextLineHelp)
|
||||
.possible_values(&["copy", "symlink"])
|
||||
.possible_values(["copy", "symlink"])
|
||||
.takes_value(true),
|
||||
)
|
||||
.arg(
|
||||
@@ -174,7 +174,7 @@ fn main() -> Result<()> {
|
||||
"Always skip post-installation setup checks. This can be set temporarily \
|
||||
by passing the '--no-verify' option to 'yabridgectl sync'.",
|
||||
)
|
||||
.possible_values(&["true", "false"])
|
||||
.possible_values(["true", "false"])
|
||||
.takes_value(true),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user