mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 22:35:19 +01:00
Old xtask test pass
This commit is contained in:
parent
4c2c05a801
commit
ac4a3edf90
65 changed files with 1422 additions and 320 deletions
|
|
@ -47,6 +47,7 @@ impl<'a> CargoCommand<'a> {
|
|||
mode,
|
||||
} => {
|
||||
let mut args = vec![
|
||||
"+nightly",
|
||||
self.name(),
|
||||
"--example",
|
||||
example,
|
||||
|
|
@ -69,7 +70,7 @@ impl<'a> CargoCommand<'a> {
|
|||
features,
|
||||
mode,
|
||||
} => {
|
||||
let mut args = vec![self.name(), "--examples", "--target", target];
|
||||
let mut args = vec!["+nightly", self.name(), "--examples", "--target", target];
|
||||
|
||||
if let Some(feature_name) = features {
|
||||
args.extend_from_slice(&["--features", feature_name]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue