Skip to content

Re-export InvokerExit so the Invoker trait can be implemented externally#403

Merged
sorpaas merged 1 commit into
masterfrom
fix/export-invoker-exit
Mar 25, 2026
Merged

Re-export InvokerExit so the Invoker trait can be implemented externally#403
sorpaas merged 1 commit into
masterfrom
fix/export-invoker-exit

Conversation

@sorpaas
Copy link
Copy Markdown
Member

@sorpaas sorpaas commented Mar 25, 2026

Fixes #402InvokerExit was used in Invoker trait method signatures but not re-exported, making it impossible to implement the trait outside the crate. Bump version to 1.1.1.

…ernally

Fixes #402 — `InvokerExit` was used in `Invoker` trait method signatures
but not re-exported, making it impossible to implement the trait outside
the crate. Bump version to 1.1.1.
@sorpaas sorpaas enabled auto-merge March 25, 2026 20:53
@sorpaas sorpaas added this pull request to the merge queue Mar 25, 2026
Merged via the queue into master with commit c9b644b Mar 25, 2026
5 checks passed
@sorpaas sorpaas deleted the fix/export-invoker-exit branch March 25, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to implement the Invoker trait

1 participant