build(deps): bump embedded aw-server-rust to d2e7b80 - #252
Merged
ErikBjare merged 1 commit intoSep 4, 2026
Merged
Conversation
Tracks aw-server-rust master past c8533a0: - #668 bumps aw-webui to 13a9428 (Research Edition badge, preset category set, server-info TypeError guard) - #663 adds an optional priority field for category rules No Cargo manifest changed between the two revisions (only .rs sources and the aw-webui submodule), so the dependency graph is unchanged and this is a pure source-revision update of the six git-locked aw-server-rust packages. Needed for ActivityWatch/activitywatch#1428: release.yml's check_tauri_server.py requires the Tauri Cargo.lock revision to match the superproject's aw-server-rust submodule pin, and that PR advances the submodule to d2e7b80.
Contributor
Author
|
This has already merged at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Advances the six git-locked
aw-server-rustpackages insrc-tauri/Cargo.lockfromc8533a0tod2e7b80(current aw-server-rust master).What that range carries:
3cbe349to13a9428aw-server-rust#668 — aw-webui3cbe349→13a9428: Research Edition header badge (aw-webui#941), shipped preset category set (aw-webui#936), server-info TypeError guard (aw-webui#933)priorityfield for category rulesNo
Cargo.tomlchanged between the two revisions — the diff is.rssources plus theaw-webuisubmodule — so the dependency graph is unchanged and this is a pure source-revision update.Why now
ActivityWatch/activitywatch#1428 bumps the superproject's
aw-server-rustsubmodule tod2e7b80sov0.14.0b5-researchships those web-UI fixes.release.ymlrunsscripts/check_tauri_server.py, which fails the build unless the TauriCargo.lockrevision matches that submodule pin — the guard added after v0.14.0b4 Tauri shipped aw-server-rust 0.13.1. Without this PR, all five Tauri build jobs on #1428 fail at that step.