mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
@@ -66,7 +66,7 @@ fn requirements(task: &Task) -> Vec<Requirement> {
|
||||
name: "Cargo About",
|
||||
// NOTICE: keep in sync with the `cargo-about` version pinned in `.github/workflows/build.yml` and `.devcontainer/devcontainer.json`
|
||||
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)),
|
||||
..Default::default()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user