Bump embed-resource from 1.8.0 to 2.0.0 (#948)

This commit is contained in:
dependabot[bot] 2023-03-27 03:12:08 +00:00 committed by GitHub
parent f1d6731e7a
commit 4af092f848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -3,5 +3,5 @@ fn main() {
println!("cargo:rerun-if-changed=manifest.rc");
println!("cargo:rerun-if-changed=windows.manifest");
embed_resource::compile("manifest.rc");
embed_resource::compile("manifest.rc", embed_resource::NONE);
}