mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
pin cargo-license to 0.7.0
This commit is contained in:
parent
f5f60548db
commit
2b71248ff3
1 changed files with 1 additions and 3 deletions
|
|
@ -255,9 +255,7 @@ fn check_for_unstaged_changes() {
|
|||
}
|
||||
|
||||
fn generate_licences() -> Result<String> {
|
||||
if which::which("cargo-license").is_err() {
|
||||
Command::run("cargo install cargo-license@0.7.0")?;
|
||||
}
|
||||
Command::run("cargo install cargo-license@0.7.0")?;
|
||||
let output = Command::run_with_output([
|
||||
"cargo-license",
|
||||
"--features",
|
||||
|
|
|
|||
Loading…
Reference in a new issue