Show build revision and automate Warp sync workflow

This commit is contained in:
2026-08-24 13:27:09 -05:00
parent 4a364ce37f
commit a85ef61b1a
8 changed files with 344 additions and 161 deletions
+2
View File
@@ -219,6 +219,8 @@ fn app_context() -> Value {
json!({
"version": env!("CARGO_PKG_VERSION"),
"channel": ChannelState::channel().to_string(),
"source_commit": crate::build_info::SOURCE_COMMIT,
"source_modified": crate::build_info::source_is_dirty(),
})
}