force run build.rs

This commit is contained in:
realaravinth 2021-07-11 21:00:51 +05:30
parent 704f8bf2b4
commit 1d1b9e650f
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -48,6 +48,7 @@ fn cache_bust() {
// mime::TEXT_CSS,
// ];
println!("cargo:rerun-if-changed=static/cache");
let no_hash = vec![NoHashCategory::FileExtentions(vec!["wasm"])];
let config = BusterBuilder::default()