Skip to content

Commit

Permalink
build(xtask): 💚 Really fix cargo about (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Nov 22, 2024
1 parent 5cc6248 commit ff59549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/xtask/src/packaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub fn include_licenses(root_path: &Path, gpl: bool) {
}

// Gather licenses with cargo about
cmd!(sh, "cargo install cargo-about --version 0.6.5")
cmd!(sh, "cargo install cargo-about --version 0.6.4")
.run()
.unwrap();
let licenses_template = afs::crate_dir("xtask").join("licenses_template.hbs");
Expand Down

0 comments on commit ff59549

Please sign in to comment.