Skip to content

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:58
· 5 commits to main since this release
v0.1.12 fix: ashpd select_devices/start signatures + PersistMode

ashpd 0.12 API mismatches caught by Linux CI:
- select_devices takes (session, types, restore_token, PersistMode),
  not a builder; we pass (types, None, PersistMode::DoNot) and
  .response() the Request<()>.
- start(session, Option<&WindowIdentifier>): None for headless.
- Both return Request<...> wrappers — chain .and_then(.response()).
- PersistMode lives at ashpd::desktop::PersistMode.