Image build: put the vendored crate where cargo chef cooks; release 2026.9.24.3 #30

Merged
jcoffey-dev merged 2 commits from fix/image-vendor-before-cook into main 2026-09-23 06:10:47 +00:00
Showing only changes of commit e223f7d327 - Show all commits
+1 -1
View File
@@ -81,7 +81,7 @@ fn legacy_setting(name: &str, is_set: impl Fn(&str) -> bool) -> Option<String> {
#[macro_export]
macro_rules! brand_version {
() => {
"2026.9.24.2"
"2026.9.24.3"
};
}