mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
fix(ci): bump cargo-deny to 0.18.6
This commit is contained in:
parent
5614d20bed
commit
e1cd5fd0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ fn sveltekit_temp_file(path: &str) -> bool {
|
|||
}
|
||||
|
||||
fn check_cargo_deny() -> Result<()> {
|
||||
Command::run("cargo install cargo-deny@0.18.3")?;
|
||||
Command::run("cargo install cargo-deny@0.18.6")?;
|
||||
Command::run("cargo deny check")?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue