mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix cargo-fmt in bin/ build.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
61e89e0d6e
commit
aa65593c94
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ fn main() {
|
|||
println!("cargo:rerun-if-changed=manifest.rc");
|
||||
println!("cargo:rerun-if-changed=windows.manifest");
|
||||
|
||||
embed_resource::compile("manifest.rc", embed_resource::NONE).manifest_required().unwrap();
|
||||
embed_resource::compile("manifest.rc", embed_resource::NONE)
|
||||
.manifest_required()
|
||||
.unwrap();
|
||||
});
|
||||
|
||||
let git = Command::new("git").arg("--version").spawn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue