Sync some changes from cosmic-edit

This commit is contained in:
Jeremy Soller 2024-02-28 08:45:45 -07:00
parent c9f99a3025
commit efca9e7c22
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 29 additions and 101 deletions

View file

@ -1,4 +1,7 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
// Rebuild if i18n files change
println!("cargo:rerun-if-changed=i18n");
vergen::EmitBuilder::builder()
.fail_on_error()
.git_commit_date()