mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 05:28:11 +08:00
@@ -66,7 +66,7 @@ fn requirements(task: &Task) -> Vec<Requirement> {
|
|||||||
name: "Cargo About",
|
name: "Cargo About",
|
||||||
// NOTICE: keep in sync with the `cargo-about` version pinned in `.github/workflows/build.yml` and `.devcontainer/devcontainer.json`
|
// NOTICE: keep in sync with the `cargo-about` version pinned in `.github/workflows/build.yml` and `.devcontainer/devcontainer.json`
|
||||||
version: Some(">=0.9.2"),
|
version: Some(">=0.9.2"),
|
||||||
install: "cargo install -f cargo-about@0.9.2".into(),
|
install: "cargo install --features=cli -f cargo-about@0.9.2".into(),
|
||||||
skip: Some(&|task| matches!(task.target, Target::Cli)),
|
skip: Some(&|task| matches!(task.target, Target::Cli)),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user