mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix must_use warning in bin/build.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
e9afd41949
commit
61e89e0d6e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fn main() {
|
|||
println!("cargo:rerun-if-changed=manifest.rc");
|
||||
println!("cargo:rerun-if-changed=windows.manifest");
|
||||
|
||||
embed_resource::compile("manifest.rc", embed_resource::NONE);
|
||||
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