fix: Make sure empty VERSION_EXTRA strings are ignored
Also updates built & removes unused optional features
This commit is contained in:
parent
f605913ea9
commit
3e4e696761
7 changed files with 24 additions and 47 deletions
|
@ -78,6 +78,7 @@ fn main() {
|
|||
}
|
||||
|
||||
// --- Rerun Triggers ---
|
||||
// TODO: The git rerun triggers seem to always run
|
||||
// Rerun if the git HEAD changes
|
||||
println!("cargo:rerun-if-changed=.git/HEAD");
|
||||
// Rerun if the ref pointed to by HEAD changes (e.g., new commit on branch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue